Html Css Color HEX #EA6370 Froly

📋 copy color: '#EA6370'

red 234 ◦ green 99 ◦ blue 112

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

Shades of Froly #EA6370

Tints of Froly #EA6370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.25%

 BLUE value IS 112 (44.14% from 255) = 25.17%

R = 52.58%
G = 22.25%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA6370 (or 0xEA6370) is known color: Froly. HEX triplet: EA, 63 and 70. RGB value is (234,99,112). Sum of RGB (Red+Green+Blue) = 234+99+112=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6370 is #159C8F. Grayscale: #8C8C8C. Windows color (decimal): -1416336 or 7365610. OLE color: 7365610.

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

Color convert

RGB 234 99 112 -
CMYK 0 0.58 0.52 0.08
HSL 354.22º 0.76% 0.65% -
HSV(B) 354.22º 0.58% 0.92% -
XYZ 41.32 27.59 18.48 -
YUV 140.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 234 99 112 0 0.58 0.52 0.08 354.22 0.76 0.65
Hex EA 63 70 0 3A 34 8 162 4C 41
Octal 352 143 160 0 72 64 10 542 114 101
Binary 11101010 1100011 1110000 0 111010 110100 1000 101100010 1001100 1000001

Color Harmonies of #EA6370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6370

Black with #EA6370

Text Example


Text Example

White with #EA6370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6370; }

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

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

background-color css

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

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

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

border-color css

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

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

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