Html Css Color HEX #EA5968 Froly

📋 copy color: '#EA5968'

red 234 ◦ green 89 ◦ blue 104

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

Shades of Froly #EA5968

Tints of Froly #EA5968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.84%

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

R = 54.8%
G = 20.84%
B = 24.36%

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

#EA5968 (or 0xEA5968) is known color: Froly. HEX triplet: EA, 59 and 68. RGB value is (234,89,104). Sum of RGB (Red+Green+Blue) = 234+89+104=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5968 is #15A697. Grayscale: #868686. Windows color (decimal): -1418904 or 6838762. OLE color: 6838762.

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

Color convert

RGB 234 89 104 -
CMYK 0 0.62 0.56 0.08
HSL 353.79º 0.78% 0.63% -
HSV(B) 353.79º 0.62% 0.92% -
XYZ 40 25.64 15.94 -
YUV 134.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 234 89 104 0 0.62 0.56 0.08 353.79 0.78 0.63
Hex EA 59 68 0 3E 38 8 162 4E 3F
Octal 352 131 150 0 76 70 10 542 116 77
Binary 11101010 1011001 1101000 0 111110 111000 1000 101100010 1001110 111111

Color Harmonies of #EA5968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5968

Black with #EA5968

Text Example


Text Example

White with #EA5968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5968; }

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

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

background-color css

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

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

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

border-color css

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

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

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