Html Css Color HEX #E25F56 Flamingo

📋 copy color: '#E25F56'

red 226 ◦ green 95 ◦ blue 86

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

Shades of Flamingo #E25F56

Tints of Flamingo #E25F56

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.34%

 BLUE value IS 86 (33.98% from 255) = 21.13%

R = 55.53%
G = 23.34%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E25F56 (or 0xE25F56) is known color: Flamingo. HEX triplet: E2, 5F and 56. RGB value is (226,95,86). Sum of RGB (Red+Green+Blue) = 226+95+86=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F56 is #1DA0A9. Grayscale: #858585. Windows color (decimal): -1941674 or 5660642. OLE color: 5660642.

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

Color convert

RGB 226 95 86 -
CMYK 0 0.58 0.62 0.11
HSL 3.86º 0.71% 0.61% -
HSV(B) 3.86º 0.62% 0.89% -
XYZ 37.14 25.03 11.68 -
YUV 133.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 226 95 86 0 0.58 0.62 0.11 3.86 0.71 0.61
Hex E2 5F 56 0 3A 3E B 4 47 3D
Octal 342 137 126 0 72 76 13 4 107 75
Binary 11100010 1011111 1010110 0 111010 111110 1011 100 1000111 111101

Color Harmonies of #E25F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25F56

Black with #E25F56

Text Example


Text Example

White with #E25F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25F56; }

 p { color: rgb(226,95,86); }

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

background-color css

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

 a { background-color: rgb(226,95,86); }

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

border-color css

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

 span { border-color: rgb(226,95,86); }

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