Html Css Color HEX #EC9DDD Lavender Rose

📋 copy color: '#EC9DDD'

red 236 ◦ green 157 ◦ blue 221

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

Shades of Lavender Rose #EC9DDD

Tints of Lavender Rose #EC9DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.99%

R = 38.44%
G = 25.57%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC9DDD (or 0xEC9DDD) is known color: Lavender Rose. HEX triplet: EC, 9D and DD. RGB value is (236,157,221). Sum of RGB (Red+Green+Blue) = 236+157+221=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DDD is #136222. Grayscale: #BBBBBB. Windows color (decimal): -1270307 or 14523884. OLE color: 14523884.

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

Color convert

RGB 236 157 221 -
CMYK 0 0.33 0.06 0.07
HSL 311.39º 0.68% 0.77% -
HSV(B) 311.39º 0.33% 0.93% -
XYZ 59.7 47.17 74.36 -
YUV 187.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 236 157 221 0 0.33 0.06 0.07 311.39 0.68 0.77
Hex EC 9D DD 0 21 6 7 137 44 4D
Octal 354 235 335 0 41 6 7 467 104 115
Binary 11101100 10011101 11011101 0 100001 110 111 100110111 1000100 1001101

Color Harmonies of #EC9DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9DDD

Black with #EC9DDD

Text Example


Text Example

White with #EC9DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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