Html Css Color HEX #EC96D7 Lavender Rose

📋 copy color: '#EC96D7'

red 236 ◦ green 150 ◦ blue 215

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

Shades of Lavender Rose #EC96D7

Tints of Lavender Rose #EC96D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.77%

R = 39.27%
G = 24.96%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC96D7 (or 0xEC96D7) is known color: Lavender Rose. HEX triplet: EC, 96 and D7. RGB value is (236,150,215). Sum of RGB (Red+Green+Blue) = 236+150+215=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96D7 is #136928. Grayscale: #B6B6B6. Windows color (decimal): -1272105 or 14128876. OLE color: 14128876.

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

Color convert

RGB 236 150 215 -
CMYK 0 0.36 0.09 0.07
HSL 314.65º 0.69% 0.76% -
HSV(B) 314.65º 0.36% 0.93% -
XYZ 57.76 44.55 69.84 -
YUV 183.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 236 150 215 0 0.36 0.09 0.07 314.65 0.69 0.76
Hex EC 96 D7 0 24 9 7 13B 45 4C
Octal 354 226 327 0 44 11 7 473 105 114
Binary 11101100 10010110 11010111 0 100100 1001 111 100111011 1000101 1001100

Color Harmonies of #EC96D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC96D7

Black with #EC96D7

Text Example


Text Example

White with #EC96D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC96D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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