Html Css Color HEX #EA9CDB Lavender Rose

📋 copy color: '#EA9CDB'

red 234 ◦ green 156 ◦ blue 219

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

Shades of Lavender Rose #EA9CDB

Tints of Lavender Rose #EA9CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.62%

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

R = 38.42%
G = 25.62%
B = 35.96%

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

#EA9CDB (or 0xEA9CDB) is known color: Lavender Rose. HEX triplet: EA, 9C and DB. RGB value is (234,156,219). Sum of RGB (Red+Green+Blue) = 234+156+219=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9CDB is #156324. Grayscale: #BABABA. Windows color (decimal): -1401637 or 14392554. OLE color: 14392554.

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

Color convert

RGB 234 156 219 -
CMYK 0 0.33 0.06 0.08
HSL 311.54º 0.65% 0.76% -
HSV(B) 311.54º 0.33% 0.92% -
XYZ 58.61 46.38 72.88 -
YUV 186.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 234 156 219 0 0.33 0.06 0.08 311.54 0.65 0.76
Hex EA 9C DB 0 21 6 8 138 41 4C
Octal 352 234 333 0 41 6 10 470 101 114
Binary 11101010 10011100 11011011 0 100001 110 1000 100111000 1000001 1001100

Color Harmonies of #EA9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9CDB

Black with #EA9CDB

Text Example


Text Example

White with #EA9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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