Html Css Color HEX #EC96DB Lavender Rose

📋 copy color: '#EC96DB'

red 236 ◦ green 150 ◦ blue 219

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

Shades of Lavender Rose #EC96DB

Tints of Lavender Rose #EC96DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.2%

R = 39.01%
G = 24.79%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC96DB (or 0xEC96DB) is known color: Lavender Rose. HEX triplet: EC, 96 and DB. RGB value is (236,150,219). Sum of RGB (Red+Green+Blue) = 236+150+219=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96DB is #136924. Grayscale: #B7B7B7. Windows color (decimal): -1272101 or 14391020. OLE color: 14391020.

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

Color convert

RGB 236 150 219 -
CMYK 0 0.36 0.07 0.07
HSL 311.86º 0.69% 0.76% -
HSV(B) 311.86º 0.36% 0.93% -
XYZ 58.28 44.76 72.59 -
YUV 183.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 236 150 219 0 0.36 0.07 0.07 311.86 0.69 0.76
Hex EC 96 DB 0 24 7 7 138 45 4C
Octal 354 226 333 0 44 7 7 470 105 114
Binary 11101100 10010110 11011011 0 100100 111 111 100111000 1000101 1001100

Color Harmonies of #EC96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC96DB

Black with #EC96DB

Text Example


Text Example

White with #EC96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC96DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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