Html Css Color HEX #EC9DE0 Lavender Rose

📋 copy color: '#EC9DE0'

red 236 ◦ green 157 ◦ blue 224

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

Shades of Lavender Rose #EC9DE0

Tints of Lavender Rose #EC9DE0

RGB

 RED value IS 236 (92.58% from 255) = 38.25%

 GREEN value IS 157 (61.72% from 255) = 25.45%

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

R = 38.25%
G = 25.45%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC9DE0 (or 0xEC9DE0) is known color: Lavender Rose. HEX triplet: EC, 9D and E0. RGB value is (236,157,224). Sum of RGB (Red+Green+Blue) = 236+157+224=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DE0 is #13621F. Grayscale: #BCBCBC. Windows color (decimal): -1270304 or 14720492. OLE color: 14720492.

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

Color convert

RGB 236 157 224 -
CMYK 0 0.33 0.05 0.07
HSL 309.11º 0.68% 0.77% -
HSV(B) 309.11º 0.33% 0.93% -
XYZ 60.1 47.33 76.49 -
YUV 188.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 236 157 224 0 0.33 0.05 0.07 309.11 0.68 0.77
Hex EC 9D E0 0 21 5 7 135 44 4D
Octal 354 235 340 0 41 5 7 465 104 115
Binary 11101100 10011101 11100000 0 100001 101 111 100110101 1000100 1001101

Color Harmonies of #EC9DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9DE0

Black with #EC9DE0

Text Example


Text Example

White with #EC9DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9DE0; }

 p { color: rgb(236,157,224); }

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

background-color css

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

 a { background-color: rgb(236,157,224); }

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

border-color css

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

 span { border-color: rgb(236,157,224); }

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