Html Css Color HEX #E25E68 Froly

📋 copy color: '#E25E68'

red 226 ◦ green 94 ◦ blue 104

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

Shades of Froly #E25E68

Tints of Froly #E25E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 53.3%
G = 22.17%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E25E68 (or 0xE25E68) is known color: Froly. HEX triplet: E2, 5E and 68. RGB value is (226,94,104). Sum of RGB (Red+Green+Blue) = 226+94+104=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E68 is #1DA197. Grayscale: #868686. Windows color (decimal): -1941912 or 6840034. OLE color: 6840034.

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

Color convert

RGB 226 94 104 -
CMYK 0 0.58 0.54 0.11
HSL 355.45º 0.69% 0.63% -
HSV(B) 355.45º 0.58% 0.89% -
XYZ 37.87 25.17 15.96 -
YUV 134.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 226 94 104 0 0.58 0.54 0.11 355.45 0.69 0.63
Hex E2 5E 68 0 3A 36 B 163 45 3F
Octal 342 136 150 0 72 66 13 543 105 77
Binary 11100010 1011110 1101000 0 111010 110110 1011 101100011 1000101 111111

Color Harmonies of #E25E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E68

Black with #E25E68

Text Example


Text Example

White with #E25E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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