Html Css Color HEX #EA5863 Froly

📋 copy color: '#EA5863'

red 234 ◦ green 88 ◦ blue 99

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

Shades of Froly #EA5863

Tints of Froly #EA5863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

 BLUE value IS 99 (39.06% from 255) = 23.52%

R = 55.58%
G = 20.9%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA5863 (or 0xEA5863) is known color: Froly. HEX triplet: EA, 58 and 63. RGB value is (234,88,99). Sum of RGB (Red+Green+Blue) = 234+88+99=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5863 is #15A79C. Grayscale: #858585. Windows color (decimal): -1419165 or 6510826. OLE color: 6510826.

HSL color Cylindrical-coordinate representation of color #EA5863: hue angle of 355.48º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5863 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 88 99 -
CMYK 0 0.62 0.58 0.08
HSL 355.48º 0.78% 0.63% -
HSV(B) 355.48º 0.62% 0.92% -
XYZ 39.67 25.37 14.61 -
YUV 132.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 234 88 99 0 0.62 0.58 0.08 355.48 0.78 0.63
Hex EA 58 63 0 3E 3A 8 163 4E 3F
Octal 352 130 143 0 76 72 10 543 116 77
Binary 11101010 1011000 1100011 0 111110 111010 1000 101100011 1001110 111111

Color Harmonies of #EA5863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5863

Black with #EA5863

Text Example


Text Example

White with #EA5863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5863; }

 p { color: rgb(234,88,99); }

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

background-color css

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

 a { background-color: rgb(234,88,99); }

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

border-color css

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

 span { border-color: rgb(234,88,99); }

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