Html Css Color HEX #EC9FD4 Lavender Rose

📋 copy color: '#EC9FD4'

red 236 ◦ green 159 ◦ blue 212

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

Shades of Lavender Rose #EC9FD4

Tints of Lavender Rose #EC9FD4

RGB

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

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

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

R = 38.88%
G = 26.19%
B = 34.93%

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

#EC9FD4 (or 0xEC9FD4) is known color: Lavender Rose. HEX triplet: EC, 9F and D4. RGB value is (236,159,212). Sum of RGB (Red+Green+Blue) = 236+159+212=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FD4 is #13602B. Grayscale: #BBBBBB. Windows color (decimal): -1269804 or 13934572. OLE color: 13934572.

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

Color convert

RGB 236 159 212 -
CMYK 0 0.33 0.10 0.07
HSL 318.7º 0.67% 0.77% -
HSV(B) 318.7º 0.33% 0.93% -
XYZ 58.87 47.38 68.33 -
YUV 188.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 236 159 212 0 0.33 0.10 0.07 318.7 0.67 0.77
Hex EC 9F D4 0 21 A 7 13F 43 4D
Octal 354 237 324 0 41 12 7 477 103 115
Binary 11101100 10011111 11010100 0 100001 1010 111 100111111 1000011 1001101

Color Harmonies of #EC9FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9FD4

Black with #EC9FD4

Text Example


Text Example

White with #EC9FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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