Html Css Color HEX #EC9ED4 Lavender Rose

📋 copy color: '#EC9ED4'

red 236 ◦ green 158 ◦ blue 212

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

Shades of Lavender Rose #EC9ED4

Tints of Lavender Rose #EC9ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.98%

R = 38.94%
G = 26.07%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC9ED4 (or 0xEC9ED4) is known color: Lavender Rose. HEX triplet: EC, 9E and D4. RGB value is (236,158,212). Sum of RGB (Red+Green+Blue) = 236+158+212=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ED4 is #13612B. Grayscale: #BBBBBB. Windows color (decimal): -1270060 or 13934316. OLE color: 13934316.

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

Color convert

RGB 236 158 212 -
CMYK 0 0.33 0.10 0.07
HSL 318.46º 0.67% 0.77% -
HSV(B) 318.46º 0.33% 0.93% -
XYZ 58.7 47.04 68.27 -
YUV 187.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 236 158 212 0 0.33 0.10 0.07 318.46 0.67 0.77
Hex EC 9E D4 0 21 A 7 13E 43 4D
Octal 354 236 324 0 41 12 7 476 103 115
Binary 11101100 10011110 11010100 0 100001 1010 111 100111110 1000011 1001101

Color Harmonies of #EC9ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9ED4

Black with #EC9ED4

Text Example


Text Example

White with #EC9ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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