Html Css Color HEX #EB9EDD Lavender Rose

📋 copy color: '#EB9EDD'

red 235 ◦ green 158 ◦ blue 221

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

Shades of Lavender Rose #EB9EDD

Tints of Lavender Rose #EB9EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.73%

 BLUE value IS 221 (86.72% from 255) = 35.99%

R = 38.27%
G = 25.73%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB9EDD (or 0xEB9EDD) is known color: Lavender Rose. HEX triplet: EB, 9E and DD. RGB value is (235,158,221). Sum of RGB (Red+Green+Blue) = 235+158+221=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EDD is #146122. Grayscale: #BCBCBC. Windows color (decimal): -1335587 or 14524139. OLE color: 14524139.

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

Color convert

RGB 235 158 221 -
CMYK 0 0.33 0.06 0.08
HSL 310.91º 0.66% 0.77% -
HSV(B) 310.91º 0.33% 0.92% -
XYZ 59.54 47.34 74.41 -
YUV 188.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 235 158 221 0 0.33 0.06 0.08 310.91 0.66 0.77
Hex EB 9E DD 0 21 6 8 137 42 4D
Octal 353 236 335 0 41 6 10 467 102 115
Binary 11101011 10011110 11011101 0 100001 110 1000 100110111 1000010 1001101

Color Harmonies of #EB9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9EDD

Black with #EB9EDD

Text Example


Text Example

White with #EB9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9EDD; }

 p { color: rgb(235,158,221); }

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

background-color css

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

 a { background-color: rgb(235,158,221); }

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

border-color css

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

 span { border-color: rgb(235,158,221); }

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