Html Css Color HEX #EA5868 Froly

📋 copy color: '#EA5868'

red 234 ◦ green 88 ◦ blue 104

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

Shades of Froly #EA5868

Tints of Froly #EA5868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.41%

R = 54.93%
G = 20.66%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA5868 (or 0xEA5868) is known color: Froly. HEX triplet: EA, 58 and 68. RGB value is (234,88,104). Sum of RGB (Red+Green+Blue) = 234+88+104=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5868 is #15A797. Grayscale: #858585. Windows color (decimal): -1419160 or 6838506. OLE color: 6838506.

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

Color convert

RGB 234 88 104 -
CMYK 0 0.62 0.56 0.08
HSL 353.42º 0.78% 0.63% -
HSV(B) 353.42º 0.62% 0.92% -
XYZ 39.92 25.47 15.91 -
YUV 133.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 234 88 104 0 0.62 0.56 0.08 353.42 0.78 0.63
Hex EA 58 68 0 3E 38 8 161 4E 3F
Octal 352 130 150 0 76 70 10 541 116 77
Binary 11101010 1011000 1101000 0 111110 111000 1000 101100001 1001110 111111

Color Harmonies of #EA5868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5868

Black with #EA5868

Text Example


Text Example

White with #EA5868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5868; }

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

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

background-color css

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

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

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

border-color css

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

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

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