Html Css Color HEX #EA9BDB Lavender Rose

📋 copy color: '#EA9BDB'

red 234 ◦ green 155 ◦ blue 219

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

Shades of Lavender Rose #EA9BDB

Tints of Lavender Rose #EA9BDB

RGB

 RED value IS 234 (91.8% from 255) = 38.49%

 GREEN value IS 155 (60.94% from 255) = 25.49%

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

R = 38.49%
G = 25.49%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA9BDB (or 0xEA9BDB) is known color: Lavender Rose. HEX triplet: EA, 9B and DB. RGB value is (234,155,219). Sum of RGB (Red+Green+Blue) = 234+155+219=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9BDB is #156424. Grayscale: #B9B9B9. Windows color (decimal): -1401893 or 14392298. OLE color: 14392298.

HSL color Cylindrical-coordinate representation of color #EA9BDB: hue angle of 311.39º degrees, saturation: 0.65, 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 #EA9BDB is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 155 219 -
CMYK 0 0.34 0.06 0.08
HSL 311.39º 0.65% 0.76% -
HSV(B) 311.39º 0.34% 0.92% -
XYZ 58.44 46.05 72.83 -
YUV 185.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 234 155 219 0 0.34 0.06 0.08 311.39 0.65 0.76
Hex EA 9B DB 0 22 6 8 137 41 4C
Octal 352 233 333 0 42 6 10 467 101 114
Binary 11101010 10011011 11011011 0 100010 110 1000 100110111 1000001 1001100

Color Harmonies of #EA9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9BDB

Black with #EA9BDB

Text Example


Text Example

White with #EA9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9BDB; }

 p { color: rgb(234,155,219); }

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

background-color css

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

 a { background-color: rgb(234,155,219); }

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

border-color css

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

 span { border-color: rgb(234,155,219); }

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