Html Css Color HEX #EA93D9 Lavender Rose

📋 copy color: '#EA93D9'

red 234 ◦ green 147 ◦ blue 217

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

Shades of Lavender Rose #EA93D9

Tints of Lavender Rose #EA93D9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.58%

 BLUE value IS 217 (85.16% from 255) = 36.29%

R = 39.13%
G = 24.58%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA93D9 (or 0xEA93D9) is known color: Lavender Rose. HEX triplet: EA, 93 and D9. RGB value is (234,147,217). Sum of RGB (Red+Green+Blue) = 234+147+217=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93D9 is #156C26. Grayscale: #B4B4B4. Windows color (decimal): -1403943 or 14259178. OLE color: 14259178.

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

Color convert

RGB 234 147 217 -
CMYK 0 0.37 0.07 0.08
HSL 311.72º 0.67% 0.75% -
HSV(B) 311.72º 0.37% 0.92% -
XYZ 56.89 43.37 71.02 -
YUV 180.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 234 147 217 0 0.37 0.07 0.08 311.72 0.67 0.75
Hex EA 93 D9 0 25 7 8 138 43 4B
Octal 352 223 331 0 45 7 10 470 103 113
Binary 11101010 10010011 11011001 0 100101 111 1000 100111000 1000011 1001011

Color Harmonies of #EA93D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA93D9

Black with #EA93D9

Text Example


Text Example

White with #EA93D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA93D9; }

 p { color: rgb(234,147,217); }

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

background-color css

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

 a { background-color: rgb(234,147,217); }

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

border-color css

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

 span { border-color: rgb(234,147,217); }

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