Html Css Color HEX #EA93B0 Illusion

📋 copy color: '#EA93B0'

red 234 ◦ green 147 ◦ blue 176

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

Shades of Illusion #EA93B0

Tints of Illusion #EA93B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.6%

R = 42.01%
G = 26.39%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA93B0 (or 0xEA93B0) is known color: Illusion. HEX triplet: EA, 93 and B0. RGB value is (234,147,176). Sum of RGB (Red+Green+Blue) = 234+147+176=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA93B0 is #156C4F. Grayscale: #B0B0B0. Windows color (decimal): -1403984 or 11572202. OLE color: 11572202.

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

Color convert

RGB 234 147 176 -
CMYK 0 0.37 0.25 0.08
HSL 340º 0.67% 0.75% -
HSV(B) 340º 0.37% 0.92% -
XYZ 52.2 41.49 46.33 -
YUV 176.32 127.82 169.14 -
System Red Green Blue C M Y K H S L
Decimal 234 147 176 0 0.37 0.25 0.08 340 0.67 0.75
Hex EA 93 B0 0 25 19 8 154 43 4B
Octal 352 223 260 0 45 31 10 524 103 113
Binary 11101010 10010011 10110000 0 100101 11001 1000 101010100 1000011 1001011

Color Harmonies of #EA93B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA93B0

Black with #EA93B0

Text Example


Text Example

White with #EA93B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA93B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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