Html Css Color HEX #EA6270 Froly

📋 copy color: '#EA6270'

red 234 ◦ green 98 ◦ blue 112

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

Shades of Froly #EA6270

Tints of Froly #EA6270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.07%

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

R = 52.7%
G = 22.07%
B = 25.23%

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

#EA6270 (or 0xEA6270) is known color: Froly. HEX triplet: EA, 62 and 70. RGB value is (234,98,112). Sum of RGB (Red+Green+Blue) = 234+98+112=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6270 is #159D8F. Grayscale: #8C8C8C. Windows color (decimal): -1416592 or 7365354. OLE color: 7365354.

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

Color convert

RGB 234 98 112 -
CMYK 0 0.58 0.52 0.08
HSL 353.82º 0.76% 0.65% -
HSV(B) 353.82º 0.58% 0.92% -
XYZ 41.22 27.4 18.44 -
YUV 140.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 234 98 112 0 0.58 0.52 0.08 353.82 0.76 0.65
Hex EA 62 70 0 3A 34 8 162 4C 41
Octal 352 142 160 0 72 64 10 542 114 101
Binary 11101010 1100010 1110000 0 111010 110100 1000 101100010 1001100 1000001

Color Harmonies of #EA6270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6270

Black with #EA6270

Text Example


Text Example

White with #EA6270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6270; }

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

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

background-color css

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

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

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

border-color css

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

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

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