Html Css Color HEX #EB9FDF Lavender Rose

📋 copy color: '#EB9FDF'

red 235 ◦ green 159 ◦ blue 223

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

Shades of Lavender Rose #EB9FDF

Tints of Lavender Rose #EB9FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.14%

R = 38.09%
G = 25.77%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB9FDF (or 0xEB9FDF) is known color: Lavender Rose. HEX triplet: EB, 9F and DF. RGB value is (235,159,223). Sum of RGB (Red+Green+Blue) = 235+159+223=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9FDF is #146020. Grayscale: #BCBCBC. Windows color (decimal): -1335329 or 14655467. OLE color: 14655467.

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

Color convert

RGB 235 159 223 -
CMYK 0 0.32 0.05 0.08
HSL 309.47º 0.66% 0.77% -
HSV(B) 309.47º 0.32% 0.92% -
XYZ 59.98 47.79 75.87 -
YUV 189.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 235 159 223 0 0.32 0.05 0.08 309.47 0.66 0.77
Hex EB 9F DF 0 20 5 8 135 42 4D
Octal 353 237 337 0 40 5 10 465 102 115
Binary 11101011 10011111 11011111 0 100000 101 1000 100110101 1000010 1001101

Color Harmonies of #EB9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9FDF

Black with #EB9FDF

Text Example


Text Example

White with #EB9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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