Html Css Color HEX #EC96D4 Lavender Rose

📋 copy color: '#EC96D4'

red 236 ◦ green 150 ◦ blue 212

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

Shades of Lavender Rose #EC96D4

Tints of Lavender Rose #EC96D4

RGB

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

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

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

R = 39.46%
G = 25.08%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC96D4 (or 0xEC96D4) is known color: Lavender Rose. HEX triplet: EC, 96 and D4. RGB value is (236,150,212). Sum of RGB (Red+Green+Blue) = 236+150+212=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96D4 is #13692B. Grayscale: #B6B6B6. Windows color (decimal): -1272108 or 13932268. OLE color: 13932268.

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

Color convert

RGB 236 150 212 -
CMYK 0 0.36 0.10 0.07
HSL 316.74º 0.69% 0.76% -
HSV(B) 316.74º 0.36% 0.93% -
XYZ 57.38 44.4 67.83 -
YUV 182.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 236 150 212 0 0.36 0.10 0.07 316.74 0.69 0.76
Hex EC 96 D4 0 24 A 7 13D 45 4C
Octal 354 226 324 0 44 12 7 475 105 114
Binary 11101100 10010110 11010100 0 100100 1010 111 100111101 1000101 1001100

Color Harmonies of #EC96D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC96D4

Black with #EC96D4

Text Example


Text Example

White with #EC96D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC96D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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