Html Css Color HEX #EC9FDA Lavender Rose

📋 copy color: '#EC9FDA'

red 236 ◦ green 159 ◦ blue 218

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

Shades of Lavender Rose #EC9FDA

Tints of Lavender Rose #EC9FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.94%

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

R = 38.5%
G = 25.94%
B = 35.56%

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

#EC9FDA (or 0xEC9FDA) is known color: Lavender Rose. HEX triplet: EC, 9F and DA. RGB value is (236,159,218). Sum of RGB (Red+Green+Blue) = 236+159+218=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FDA is #136025. Grayscale: #BCBCBC. Windows color (decimal): -1269798 or 14327788. OLE color: 14327788.

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

Color convert

RGB 236 159 218 -
CMYK 0 0.33 0.08 0.07
HSL 314.03º 0.67% 0.77% -
HSV(B) 314.03º 0.33% 0.93% -
XYZ 59.65 47.69 72.39 -
YUV 188.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 236 159 218 0 0.33 0.08 0.07 314.03 0.67 0.77
Hex EC 9F DA 0 21 8 7 13A 43 4D
Octal 354 237 332 0 41 10 7 472 103 115
Binary 11101100 10011111 11011010 0 100001 1000 111 100111010 1000011 1001101

Color Harmonies of #EC9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9FDA

Black with #EC9FDA

Text Example


Text Example

White with #EC9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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