Html Css Color HEX #EA9DDB Lavender Rose

📋 copy color: '#EA9DDB'

red 234 ◦ green 157 ◦ blue 219

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

Shades of Lavender Rose #EA9DDB

Tints of Lavender Rose #EA9DDB

RGB

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

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

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

R = 38.36%
G = 25.74%
B = 35.9%

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

#EA9DDB (or 0xEA9DDB) is known color: Lavender Rose. HEX triplet: EA, 9D and DB. RGB value is (234,157,219). Sum of RGB (Red+Green+Blue) = 234+157+219=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DDB is #156224. Grayscale: #BABABA. Windows color (decimal): -1401381 or 14392810. OLE color: 14392810.

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

Color convert

RGB 234 157 219 -
CMYK 0 0.33 0.06 0.08
HSL 311.69º 0.65% 0.77% -
HSV(B) 311.69º 0.33% 0.92% -
XYZ 58.77 46.72 72.94 -
YUV 187.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 234 157 219 0 0.33 0.06 0.08 311.69 0.65 0.77
Hex EA 9D DB 0 21 6 8 138 41 4D
Octal 352 235 333 0 41 6 10 470 101 115
Binary 11101010 10011101 11011011 0 100001 110 1000 100111000 1000001 1001101

Color Harmonies of #EA9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9DDB

Black with #EA9DDB

Text Example


Text Example

White with #EA9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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