Html Css Color HEX #EC9DDA Lavender Rose

📋 copy color: '#EC9DDA'

red 236 ◦ green 157 ◦ blue 218

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

Shades of Lavender Rose #EC9DDA

Tints of Lavender Rose #EC9DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.68%

R = 38.63%
G = 25.7%
B = 35.68%

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

#EC9DDA (or 0xEC9DDA) is known color: Lavender Rose. HEX triplet: EC, 9D and DA. RGB value is (236,157,218). Sum of RGB (Red+Green+Blue) = 236+157+218=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DDA is #136225. Grayscale: #BBBBBB. Windows color (decimal): -1270310 or 14327276. OLE color: 14327276.

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

Color convert

RGB 236 157 218 -
CMYK 0 0.33 0.08 0.07
HSL 313.67º 0.68% 0.77% -
HSV(B) 313.67º 0.33% 0.93% -
XYZ 59.3 47.01 72.28 -
YUV 187.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 236 157 218 0 0.33 0.08 0.07 313.67 0.68 0.77
Hex EC 9D DA 0 21 8 7 13A 44 4D
Octal 354 235 332 0 41 10 7 472 104 115
Binary 11101100 10011101 11011010 0 100001 1000 111 100111010 1000100 1001101

Color Harmonies of #EC9DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9DDA

Black with #EC9DDA

Text Example


Text Example

White with #EC9DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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