Html Css Color HEX #EC9DD8 Lavender Rose

📋 copy color: '#EC9DD8'

red 236 ◦ green 157 ◦ blue 216

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

Shades of Lavender Rose #EC9DD8

Tints of Lavender Rose #EC9DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.47%

R = 38.75%
G = 25.78%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC9DD8 (or 0xEC9DD8) is known color: Lavender Rose. HEX triplet: EC, 9D and D8. RGB value is (236,157,216). Sum of RGB (Red+Green+Blue) = 236+157+216=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DD8 is #136227. Grayscale: #BBBBBB. Windows color (decimal): -1270312 or 14196204. OLE color: 14196204.

HSL color Cylindrical-coordinate representation of color #EC9DD8: hue angle of 315.19º 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 #EC9DD8 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 157 216 -
CMYK 0 0.33 0.08 0.07
HSL 315.19º 0.68% 0.77% -
HSV(B) 315.19º 0.33% 0.93% -
XYZ 59.04 46.9 70.91 -
YUV 187.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 236 157 216 0 0.33 0.08 0.07 315.19 0.68 0.77
Hex EC 9D D8 0 21 8 7 13B 44 4D
Octal 354 235 330 0 41 10 7 473 104 115
Binary 11101100 10011101 11011000 0 100001 1000 111 100111011 1000100 1001101

Color Harmonies of #EC9DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9DD8

Black with #EC9DD8

Text Example


Text Example

White with #EC9DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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