Html Css Color HEX #EC9EDA Lavender Rose

📋 copy color: '#EC9EDA'

red 236 ◦ green 158 ◦ blue 218

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

Shades of Lavender Rose #EC9EDA

Tints of Lavender Rose #EC9EDA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.82%

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

R = 38.56%
G = 25.82%
B = 35.62%

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

#EC9EDA (or 0xEC9EDA) is known color: Lavender Rose. HEX triplet: EC, 9E and DA. RGB value is (236,158,218). Sum of RGB (Red+Green+Blue) = 236+158+218=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9EDA is #136125. Grayscale: #BBBBBB. Windows color (decimal): -1270054 or 14327532. OLE color: 14327532.

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

Color convert

RGB 236 158 218 -
CMYK 0 0.33 0.08 0.07
HSL 313.85º 0.67% 0.77% -
HSV(B) 313.85º 0.33% 0.93% -
XYZ 59.47 47.35 72.33 -
YUV 188.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 236 158 218 0 0.33 0.08 0.07 313.85 0.67 0.77
Hex EC 9E DA 0 21 8 7 13A 43 4D
Octal 354 236 332 0 41 10 7 472 103 115
Binary 11101100 10011110 11011010 0 100001 1000 111 100111010 1000011 1001101

Color Harmonies of #EC9EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9EDA

Black with #EC9EDA

Text Example


Text Example

White with #EC9EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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