Html Css Color HEX #E25E62 Froly

📋 copy color: '#E25E62'

red 226 ◦ green 94 ◦ blue 98

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

Shades of Froly #E25E62

Tints of Froly #E25E62

RGB

 RED value IS 226 (88.67% from 255) = 54.07%

 GREEN value IS 94 (37.11% from 255) = 22.49%

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

R = 54.07%
G = 22.49%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E25E62 (or 0xE25E62) is known color: Froly. HEX triplet: E2, 5E and 62. RGB value is (226,94,98). Sum of RGB (Red+Green+Blue) = 226+94+98=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E62 is #1DA19D. Grayscale: #868686. Windows color (decimal): -1941918 or 6446818. OLE color: 6446818.

HSL color Cylindrical-coordinate representation of color #E25E62: hue angle of 358.18º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25E62 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 94 98 -
CMYK 0 0.58 0.57 0.11
HSL 358.18º 0.69% 0.63% -
HSV(B) 358.18º 0.58% 0.89% -
XYZ 37.57 25.06 14.41 -
YUV 133.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 226 94 98 0 0.58 0.57 0.11 358.18 0.69 0.63
Hex E2 5E 62 0 3A 39 B 166 45 3F
Octal 342 136 142 0 72 71 13 546 105 77
Binary 11100010 1011110 1100010 0 111010 111001 1011 101100110 1000101 111111

Color Harmonies of #E25E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E62

Black with #E25E62

Text Example


Text Example

White with #E25E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E62; }

 p { color: rgb(226,94,98); }

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

background-color css

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

 a { background-color: rgb(226,94,98); }

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

border-color css

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

 span { border-color: rgb(226,94,98); }

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