Html Css Color HEX #EB6162 Froly

📋 copy color: '#EB6162'

red 235 ◦ green 97 ◦ blue 98

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

Shades of Froly #EB6162

Tints of Froly #EB6162

RGB

 RED value IS 235 (92.19% from 255) = 54.65%

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

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

R = 54.65%
G = 22.56%
B = 22.79%

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

#EB6162 (or 0xEB6162) is known color: Froly. HEX triplet: EB, 61 and 62. RGB value is (235,97,98). Sum of RGB (Red+Green+Blue) = 235+97+98=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6162 is #149E9D. Grayscale: #8A8A8A. Windows color (decimal): -1351326 or 6447595. OLE color: 6447595.

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

Color convert

RGB 235 97 98 -
CMYK 0 0.59 0.58 0.08
HSL 359.57º 0.78% 0.65% -
HSV(B) 359.57º 0.59% 0.92% -
XYZ 40.74 27.09 14.64 -
YUV 138.38 105.22 196.92 -
System Red Green Blue C M Y K H S L
Decimal 235 97 98 0 0.59 0.58 0.08 359.57 0.78 0.65
Hex EB 61 62 0 3B 3A 8 168 4E 41
Octal 353 141 142 0 73 72 10 550 116 101
Binary 11101011 1100001 1100010 0 111011 111010 1000 101101000 1001110 1000001

Color Harmonies of #EB6162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6162

Black with #EB6162

Text Example


Text Example

White with #EB6162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6162; }

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

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

background-color css

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

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

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

border-color css

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

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

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