Html Css Color HEX #EC9FE1 Lavender Rose

📋 copy color: '#EC9FE1'

red 236 ◦ green 159 ◦ blue 225

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

Shades of Lavender Rose #EC9FE1

Tints of Lavender Rose #EC9FE1

RGB

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

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

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

R = 38.06%
G = 25.65%
B = 36.29%

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

#EC9FE1 (or 0xEC9FE1) is known color: Lavender Rose. HEX triplet: EC, 9F and E1. RGB value is (236,159,225). Sum of RGB (Red+Green+Blue) = 236+159+225=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FE1 is #13601E. Grayscale: #BDBDBD. Windows color (decimal): -1269791 or 14786540. OLE color: 14786540.

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

Color convert

RGB 236 159 225 -
CMYK 0 0.33 0.05 0.07
HSL 308.57º 0.67% 0.77% -
HSV(B) 308.57º 0.33% 0.93% -
XYZ 60.58 48.07 77.32 -
YUV 189.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 236 159 225 0 0.33 0.05 0.07 308.57 0.67 0.77
Hex EC 9F E1 0 21 5 7 135 43 4D
Octal 354 237 341 0 41 5 7 465 103 115
Binary 11101100 10011111 11100001 0 100001 101 111 100110101 1000011 1001101

Color Harmonies of #EC9FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9FE1

Black with #EC9FE1

Text Example


Text Example

White with #EC9FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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