Html Css Color HEX #EB9DD2 Lavender Rose

📋 copy color: '#EB9DD2'

red 235 ◦ green 157 ◦ blue 210

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

Shades of Lavender Rose #EB9DD2

Tints of Lavender Rose #EB9DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.08%

 BLUE value IS 210 (82.42% from 255) = 34.88%

R = 39.04%
G = 26.08%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB9DD2 (or 0xEB9DD2) is known color: Lavender Rose. HEX triplet: EB, 9D and D2. RGB value is (235,157,210). Sum of RGB (Red+Green+Blue) = 235+157+210=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DD2 is #14622D. Grayscale: #BABABA. Windows color (decimal): -1335854 or 13802987. OLE color: 13802987.

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

Color convert

RGB 235 157 210 -
CMYK 0 0.33 0.11 0.08
HSL 319.23º 0.66% 0.77% -
HSV(B) 319.23º 0.33% 0.92% -
XYZ 57.95 46.43 66.88 -
YUV 186.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 235 157 210 0 0.33 0.11 0.08 319.23 0.66 0.77
Hex EB 9D D2 0 21 B 8 13F 42 4D
Octal 353 235 322 0 41 13 10 477 102 115
Binary 11101011 10011101 11010010 0 100001 1011 1000 100111111 1000010 1001101

Color Harmonies of #EB9DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9DD2

Black with #EB9DD2

Text Example


Text Example

White with #EB9DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9DD2; }

 p { color: rgb(235,157,210); }

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

background-color css

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

 a { background-color: rgb(235,157,210); }

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

border-color css

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

 span { border-color: rgb(235,157,210); }

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