Html Css Color HEX #EB9CDF Lavender Rose

📋 copy color: '#EB9CDF'

red 235 ◦ green 156 ◦ blue 223

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

Shades of Lavender Rose #EB9CDF

Tints of Lavender Rose #EB9CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.41%

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

R = 38.27%
G = 25.41%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB9CDF (or 0xEB9CDF) is known color: Lavender Rose. HEX triplet: EB, 9C and DF. RGB value is (235,156,223). Sum of RGB (Red+Green+Blue) = 235+156+223=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CDF is #146320. Grayscale: #BBBBBB. Windows color (decimal): -1336097 or 14654699. OLE color: 14654699.

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

Color convert

RGB 235 156 223 -
CMYK 0 0.34 0.05 0.08
HSL 309.11º 0.66% 0.77% -
HSV(B) 309.11º 0.34% 0.92% -
XYZ 59.47 46.77 75.7 -
YUV 187.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 235 156 223 0 0.34 0.05 0.08 309.11 0.66 0.77
Hex EB 9C DF 0 22 5 8 135 42 4D
Octal 353 234 337 0 42 5 10 465 102 115
Binary 11101011 10011100 11011111 0 100010 101 1000 100110101 1000010 1001101

Color Harmonies of #EB9CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9CDF

Black with #EB9CDF

Text Example


Text Example

White with #EB9CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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