Html Css Color HEX #EA93D3 Lavender Rose

📋 copy color: '#EA93D3'

red 234 ◦ green 147 ◦ blue 211

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

Shades of Lavender Rose #EA93D3

Tints of Lavender Rose #EA93D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.64%

R = 39.53%
G = 24.83%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA93D3 (or 0xEA93D3) is known color: Lavender Rose. HEX triplet: EA, 93 and D3. RGB value is (234,147,211). Sum of RGB (Red+Green+Blue) = 234+147+211=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93D3 is #156C2C. Grayscale: #B4B4B4. Windows color (decimal): -1403949 or 13865962. OLE color: 13865962.

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

Color convert

RGB 234 147 211 -
CMYK 0 0.37 0.10 0.08
HSL 315.86º 0.67% 0.75% -
HSV(B) 315.86º 0.37% 0.92% -
XYZ 56.12 43.06 66.98 -
YUV 180.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 234 147 211 0 0.37 0.10 0.08 315.86 0.67 0.75
Hex EA 93 D3 0 25 A 8 13C 43 4B
Octal 352 223 323 0 45 12 10 474 103 113
Binary 11101010 10010011 11010011 0 100101 1010 1000 100111100 1000011 1001011

Color Harmonies of #EA93D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA93D3

Black with #EA93D3

Text Example


Text Example

White with #EA93D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA93D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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