Html Css Color HEX #EB9ADB Lavender Rose

📋 copy color: '#EB9ADB'

red 235 ◦ green 154 ◦ blue 219

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

Shades of Lavender Rose #EB9ADB

Tints of Lavender Rose #EB9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.33%

 BLUE value IS 219 (85.94% from 255) = 36.02%

R = 38.65%
G = 25.33%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB9ADB (or 0xEB9ADB) is known color: Lavender Rose. HEX triplet: EB, 9A and DB. RGB value is (235,154,219). Sum of RGB (Red+Green+Blue) = 235+154+219=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9ADB is #146524. Grayscale: #B9B9B9. Windows color (decimal): -1336613 or 14392043. OLE color: 14392043.

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

Color convert

RGB 235 154 219 -
CMYK 0 0.34 0.07 0.08
HSL 311.85º 0.67% 0.76% -
HSV(B) 311.85º 0.34% 0.92% -
XYZ 58.6 45.89 72.79 -
YUV 185.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 235 154 219 0 0.34 0.07 0.08 311.85 0.67 0.76
Hex EB 9A DB 0 22 7 8 138 43 4C
Octal 353 232 333 0 42 7 10 470 103 114
Binary 11101011 10011010 11011011 0 100010 111 1000 100111000 1000011 1001100

Color Harmonies of #EB9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9ADB

Black with #EB9ADB

Text Example


Text Example

White with #EB9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9ADB; }

 p { color: rgb(235,154,219); }

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

background-color css

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

 a { background-color: rgb(235,154,219); }

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

border-color css

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

 span { border-color: rgb(235,154,219); }

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