Html Css Color HEX #E25E6F Froly

📋 copy color: '#E25E6F'

red 226 ◦ green 94 ◦ blue 111

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

Shades of Froly #E25E6F

Tints of Froly #E25E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.75%

R = 52.44%
G = 21.81%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E25E6F (or 0xE25E6F) is known color: Froly. HEX triplet: E2, 5E and 6F. RGB value is (226,94,111). Sum of RGB (Red+Green+Blue) = 226+94+111=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E6F is #1DA190. Grayscale: #878787. Windows color (decimal): -1941905 or 7298786. OLE color: 7298786.

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

Color convert

RGB 226 94 111 -
CMYK 0 0.58 0.51 0.11
HSL 352.27º 0.69% 0.63% -
HSV(B) 352.27º 0.58% 0.89% -
XYZ 38.24 25.32 17.91 -
YUV 135.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 226 94 111 0 0.58 0.51 0.11 352.27 0.69 0.63
Hex E2 5E 6F 0 3A 33 B 160 45 3F
Octal 342 136 157 0 72 63 13 540 105 77
Binary 11100010 1011110 1101111 0 111010 110011 1011 101100000 1000101 111111

Color Harmonies of #E25E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E6F

Black with #E25E6F

Text Example


Text Example

White with #E25E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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