#ED659B

Color #ED659B Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #ED659B

Tints of Pale Violet Red #ED659B

Color information

#ED659B (or 0xED659B) is unknown color: approx Pale Violet Red. HEX triplet: ED, 65 and 9B. RGB value is (237,101,155). Sum of RGB (Red+Green+Blue) = 237+101+155=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED659B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED659B is #129A64. Grayscale: #939393. Windows color (decimal): -1219173 or 10184173. OLE color: 10184173.

HSL color Cylindrical-coordinate representation of color #ED659B: hue angle of 336.18º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED659B is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237101155-
CMYK00.570.350.07
HSL336.18º79.07%66.27%-
HSV(B)336.18º57.38%92.94%-
XYZ45.529.6834.34-
YUV147.82132.06191.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 48.07%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=48.07%
G=20.49%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710115500.570.350.07336.1879.0766.27
HexED659B0392371504f42
Octal355145233071437520117102
Binary11101101110010110011011011100110001111110101000010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED659B; }

 p { color: rgb(237,101,155); }

 H1.HeaderClassName
 {
   color: #ED659B;
 }
 .AnyTagClassName
 {
   color: #ED659B;
 }
</style>
background-color css

<style>
 a { background-color: #ED659B; }

 a { background-color: rgb(237,101,155); }

 div.DivClassName
 {
   background-color: #ED659B;
 }
 .BgClassName
 {
   background-color: #ED659B;
 }
</style>
border-color css

<style>
 span { border-color: #ED659B; }

 span { border-color: rgb(237,101,155); }

 td.TdClassName
 {
   border-color: #ED659B;
 }
 .TagClassName
 {
   border-color: #ED659B;
 }
</style>