Html Css Color HEX #EB96DB Lavender Rose

📋 copy color: '#EB96DB'

red 235 ◦ green 150 ◦ blue 219

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

Shades of Lavender Rose #EB96DB

Tints of Lavender Rose #EB96DB

RGB

 RED value IS 235 (92.19% from 255) = 38.91%

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

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

R = 38.91%
G = 24.83%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB96DB (or 0xEB96DB) is known color: Lavender Rose. HEX triplet: EB, 96 and DB. RGB value is (235,150,219). Sum of RGB (Red+Green+Blue) = 235+150+219=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96DB is #146924. Grayscale: #B7B7B7. Windows color (decimal): -1337637 or 14391019. OLE color: 14391019.

HSL color Cylindrical-coordinate representation of color #EB96DB: hue angle of 311.29º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EB96DB is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 150 219 -
CMYK 0 0.36 0.07 0.08
HSL 311.29º 0.68% 0.75% -
HSV(B) 311.29º 0.36% 0.92% -
XYZ 57.95 44.59 72.57 -
YUV 183.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 235 150 219 0 0.36 0.07 0.08 311.29 0.68 0.75
Hex EB 96 DB 0 24 7 8 137 44 4B
Octal 353 226 333 0 44 7 10 467 104 113
Binary 11101011 10010110 11011011 0 100100 111 1000 100110111 1000100 1001011

Color Harmonies of #EB96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB96DB

Black with #EB96DB

Text Example


Text Example

White with #EB96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB96DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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