Html Css Color HEX #EC96D2 Lavender Rose

📋 copy color: '#EC96D2'

red 236 ◦ green 150 ◦ blue 210

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

Shades of Lavender Rose #EC96D2

Tints of Lavender Rose #EC96D2

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.17%

 BLUE value IS 210 (82.42% from 255) = 35.23%

R = 39.6%
G = 25.17%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC96D2 (or 0xEC96D2) is known color: Lavender Rose. HEX triplet: EC, 96 and D2. RGB value is (236,150,210). Sum of RGB (Red+Green+Blue) = 236+150+210=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96D2 is #13692D. Grayscale: #B6B6B6. Windows color (decimal): -1272110 or 13801196. OLE color: 13801196.

HSL color Cylindrical-coordinate representation of color #EC96D2: hue angle of 318.14º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC96D2 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 150 210 -
CMYK 0 0.36 0.11 0.07
HSL 318.14º 0.69% 0.76% -
HSV(B) 318.14º 0.36% 0.93% -
XYZ 57.13 44.3 66.51 -
YUV 182.55 143.49 166.12 -
System Red Green Blue C M Y K H S L
Decimal 236 150 210 0 0.36 0.11 0.07 318.14 0.69 0.76
Hex EC 96 D2 0 24 B 7 13E 45 4C
Octal 354 226 322 0 44 13 7 476 105 114
Binary 11101100 10010110 11010010 0 100100 1011 111 100111110 1000101 1001100

Color Harmonies of #EC96D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC96D2

Black with #EC96D2

Text Example


Text Example

White with #EC96D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC96D2; }

 p { color: rgb(236,150,210); }

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

background-color css

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

 a { background-color: rgb(236,150,210); }

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

border-color css

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

 span { border-color: rgb(236,150,210); }

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