Html Css Color HEX #EC9EE1 Lavender Rose

📋 copy color: '#EC9EE1'

red 236 ◦ green 158 ◦ blue 225

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

Shades of Lavender Rose #EC9EE1

Tints of Lavender Rose #EC9EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.35%

R = 38.13%
G = 25.53%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC9EE1 (or 0xEC9EE1) is known color: Lavender Rose. HEX triplet: EC, 9E and E1. RGB value is (236,158,225). Sum of RGB (Red+Green+Blue) = 236+158+225=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9EE1 is #13611E. Grayscale: #BCBCBC. Windows color (decimal): -1270047 or 14786284. OLE color: 14786284.

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

Color convert

RGB 236 158 225 -
CMYK 0 0.33 0.05 0.07
HSL 308.46º 0.67% 0.77% -
HSV(B) 308.46º 0.33% 0.93% -
XYZ 60.41 47.72 77.26 -
YUV 188.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 236 158 225 0 0.33 0.05 0.07 308.46 0.67 0.77
Hex EC 9E E1 0 21 5 7 134 43 4D
Octal 354 236 341 0 41 5 7 464 103 115
Binary 11101100 10011110 11100001 0 100001 101 111 100110100 1000011 1001101

Color Harmonies of #EC9EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9EE1

Black with #EC9EE1

Text Example


Text Example

White with #EC9EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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