Html Css Color HEX #EB9FDC Lavender Rose

📋 copy color: '#EB9FDC'

red 235 ◦ green 159 ◦ blue 220

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

Shades of Lavender Rose #EB9FDC

Tints of Lavender Rose #EB9FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.9%

 BLUE value IS 220 (86.33% from 255) = 35.83%

R = 38.27%
G = 25.9%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB9FDC (or 0xEB9FDC) is known color: Lavender Rose. HEX triplet: EB, 9F and DC. RGB value is (235,159,220). Sum of RGB (Red+Green+Blue) = 235+159+220=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9FDC is #146023. Grayscale: #BCBCBC. Windows color (decimal): -1335332 or 14458859. OLE color: 14458859.

HSL color Cylindrical-coordinate representation of color #EB9FDC: hue angle of 311.84º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EB9FDC is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 159 220 -
CMYK 0 0.32 0.06 0.08
HSL 311.84º 0.66% 0.77% -
HSV(B) 311.84º 0.32% 0.92% -
XYZ 59.58 47.63 73.76 -
YUV 188.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 235 159 220 0 0.32 0.06 0.08 311.84 0.66 0.77
Hex EB 9F DC 0 20 6 8 138 42 4D
Octal 353 237 334 0 40 6 10 470 102 115
Binary 11101011 10011111 11011100 0 100000 110 1000 100111000 1000010 1001101

Color Harmonies of #EB9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9FDC

Black with #EB9FDC

Text Example


Text Example

White with #EB9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9FDC; }

 p { color: rgb(235,159,220); }

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

background-color css

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

 a { background-color: rgb(235,159,220); }

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

border-color css

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

 span { border-color: rgb(235,159,220); }

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