Html Css Color HEX #EA9FD4 Lavender Rose

📋 copy color: '#EA9FD4'

red 234 ◦ green 159 ◦ blue 212

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

Shades of Lavender Rose #EA9FD4

Tints of Lavender Rose #EA9FD4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.28%

 BLUE value IS 212 (83.2% from 255) = 35.04%

R = 38.68%
G = 26.28%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA9FD4 (or 0xEA9FD4) is known color: Lavender Rose. HEX triplet: EA, 9F and D4. RGB value is (234,159,212). Sum of RGB (Red+Green+Blue) = 234+159+212=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9FD4 is #15602B. Grayscale: #BBBBBB. Windows color (decimal): -1400876 or 13934570. OLE color: 13934570.

HSL color Cylindrical-coordinate representation of color #EA9FD4: hue angle of 317.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9FD4 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 159 212 -
CMYK 0 0.32 0.09 0.08
HSL 317.6º 0.64% 0.77% -
HSV(B) 317.6º 0.32% 0.92% -
XYZ 58.21 47.04 68.3 -
YUV 187.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 234 159 212 0 0.32 0.09 0.08 317.6 0.64 0.77
Hex EA 9F D4 0 20 9 8 13E 40 4D
Octal 352 237 324 0 40 11 10 476 100 115
Binary 11101010 10011111 11010100 0 100000 1001 1000 100111110 1000000 1001101

Color Harmonies of #EA9FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9FD4

Black with #EA9FD4

Text Example


Text Example

White with #EA9FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9FD4; }

 p { color: rgb(234,159,212); }

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

background-color css

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

 a { background-color: rgb(234,159,212); }

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

border-color css

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

 span { border-color: rgb(234,159,212); }

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