Html Css Color HEX #E25E55 Flamingo

📋 copy color: '#E25E55'

red 226 ◦ green 94 ◦ blue 85

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

Shades of Flamingo #E25E55

Tints of Flamingo #E25E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.99%

R = 55.8%
G = 23.21%
B = 20.99%

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

#E25E55 (or 0xE25E55) is known color: Flamingo. HEX triplet: E2, 5E and 55. RGB value is (226,94,85). Sum of RGB (Red+Green+Blue) = 226+94+85=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E55 is #1DA1AA. Grayscale: #848484. Windows color (decimal): -1941931 or 5594850. OLE color: 5594850.

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

Color convert

RGB 226 94 85 -
CMYK 0 0.58 0.62 0.11
HSL 3.83º 0.71% 0.61% -
HSV(B) 3.83º 0.62% 0.89% -
XYZ 37.01 24.83 11.44 -
YUV 132.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 226 94 85 0 0.58 0.62 0.11 3.83 0.71 0.61
Hex E2 5E 55 0 3A 3E B 4 47 3D
Octal 342 136 125 0 72 76 13 4 107 75
Binary 11100010 1011110 1010101 0 111010 111110 1011 100 1000111 111101

Color Harmonies of #E25E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E55

Black with #E25E55

Text Example


Text Example

White with #E25E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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