Html Css Color HEX #EA6162 Froly

📋 copy color: '#EA6162'

red 234 ◦ green 97 ◦ blue 98

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

Shades of Froly #EA6162

Tints of Froly #EA6162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.61%

 BLUE value IS 98 (38.67% from 255) = 22.84%

R = 54.55%
G = 22.61%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA6162 (or 0xEA6162) is known color: Froly. HEX triplet: EA, 61 and 62. RGB value is (234,97,98). Sum of RGB (Red+Green+Blue) = 234+97+98=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6162 is #159E9D. Grayscale: #8A8A8A. Windows color (decimal): -1416862 or 6447594. OLE color: 6447594.

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

Color convert

RGB 234 97 98 -
CMYK 0 0.59 0.58 0.08
HSL 359.56º 0.77% 0.65% -
HSV(B) 359.56º 0.59% 0.92% -
XYZ 40.41 26.92 14.62 -
YUV 138.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 234 97 98 0 0.59 0.58 0.08 359.56 0.77 0.65
Hex EA 61 62 0 3B 3A 8 168 4D 41
Octal 352 141 142 0 73 72 10 550 115 101
Binary 11101010 1100001 1100010 0 111011 111010 1000 101101000 1001101 1000001

Color Harmonies of #EA6162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6162

Black with #EA6162

Text Example


Text Example

White with #EA6162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6162; }

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

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

background-color css

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

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

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

border-color css

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

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

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