Html Css Color HEX #EB96D3 Lavender Rose

📋 copy color: '#EB96D3'

red 235 ◦ green 150 ◦ blue 211

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

Shades of Lavender Rose #EB96D3

Tints of Lavender Rose #EB96D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.4%

R = 39.43%
G = 25.17%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB96D3 (or 0xEB96D3) is known color: Lavender Rose. HEX triplet: EB, 96 and D3. RGB value is (235,150,211). Sum of RGB (Red+Green+Blue) = 235+150+211=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96D3 is #14692C. Grayscale: #B6B6B6. Windows color (decimal): -1337645 or 13866731. OLE color: 13866731.

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

Color convert

RGB 235 150 211 -
CMYK 0 0.36 0.10 0.08
HSL 316.94º 0.68% 0.75% -
HSV(B) 316.94º 0.36% 0.92% -
XYZ 56.93 44.18 67.15 -
YUV 182.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 235 150 211 0 0.36 0.10 0.08 316.94 0.68 0.75
Hex EB 96 D3 0 24 A 8 13D 44 4B
Octal 353 226 323 0 44 12 10 475 104 113
Binary 11101011 10010110 11010011 0 100100 1010 1000 100111101 1000100 1001011

Color Harmonies of #EB96D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB96D3

Black with #EB96D3

Text Example


Text Example

White with #EB96D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB96D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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