Html Css Color HEX #EA93D1 Lavender Rose

📋 copy color: '#EA93D1'

red 234 ◦ green 147 ◦ blue 209

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

Shades of Lavender Rose #EA93D1

Tints of Lavender Rose #EA93D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.42%

R = 39.66%
G = 24.92%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA93D1 (or 0xEA93D1) is known color: Lavender Rose. HEX triplet: EA, 93 and D1. RGB value is (234,147,209). Sum of RGB (Red+Green+Blue) = 234+147+209=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93D1 is #156C2E. Grayscale: #B3B3B3. Windows color (decimal): -1403951 or 13734890. OLE color: 13734890.

HSL color Cylindrical-coordinate representation of color #EA93D1: hue angle of 317.24º 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 #EA93D1 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 147 209 -
CMYK 0 0.37 0.11 0.08
HSL 317.24º 0.67% 0.75% -
HSV(B) 317.24º 0.37% 0.92% -
XYZ 55.87 42.96 65.67 -
YUV 180.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 234 147 209 0 0.37 0.11 0.08 317.24 0.67 0.75
Hex EA 93 D1 0 25 B 8 13D 43 4B
Octal 352 223 321 0 45 13 10 475 103 113
Binary 11101010 10010011 11010001 0 100101 1011 1000 100111101 1000011 1001011

Color Harmonies of #EA93D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA93D1

Black with #EA93D1

Text Example


Text Example

White with #EA93D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA93D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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