Html Css Color HEX #ED9CE0 Lavender Rose

📋 copy color: '#ED9CE0'

red 237 ◦ green 156 ◦ blue 224

#ED9CE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #ED9CE0

Tints of Lavender Rose #ED9CE0

RGB

 RED value IS 237 (92.97% from 255) = 38.41%

 GREEN value IS 156 (61.33% from 255) = 25.28%

 BLUE value IS 224 (87.89% from 255) = 36.3%

R = 38.41%
G = 25.28%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED9CE0 (or 0xED9CE0) is known color: Lavender Rose. HEX triplet: ED, 9C and E0. RGB value is (237,156,224). Sum of RGB (Red+Green+Blue) = 237+156+224=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CE0 is #12631F. Grayscale: #BBBBBB. Windows color (decimal): -1205024 or 14720237. OLE color: 14720237.

HSL color Cylindrical-coordinate representation of color #ED9CE0: hue angle of 309.63º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9CE0 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 156 224 -
CMYK 0 0.34 0.05 0.07
HSL 309.63º 0.69% 0.77% -
HSV(B) 309.63º 0.34% 0.93% -
XYZ 60.27 47.16 76.45 -
YUV 187.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 237 156 224 0 0.34 0.05 0.07 309.63 0.69 0.77
Hex ED 9C E0 0 22 5 7 136 45 4D
Octal 355 234 340 0 42 5 7 466 105 115
Binary 11101101 10011100 11100000 0 100010 101 111 100110110 1000101 1001101

Color Harmonies of #ED9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9CE0

Black with #ED9CE0

Text Example


Text Example

White with #ED9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9CE0; }

 p { color: rgb(237,156,224); }

 H1.HeaderClassName
 {
   color: #ED9CE0;
 }
 .AnyTagClassName
 {
   color: #ED9CE0;
 }
</style>

background-color css

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

 a { background-color: rgb(237,156,224); }

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

border-color css

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

 span { border-color: rgb(237,156,224); }

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