Html Css Color HEX #E25E4E Flamingo

📋 copy color: '#E25E4E'

red 226 ◦ green 94 ◦ blue 78

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

Shades of Flamingo #E25E4E

Tints of Flamingo #E25E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.6%

R = 56.78%
G = 23.62%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E25E4E (or 0xE25E4E) is known color: Flamingo. HEX triplet: E2, 5E and 4E. RGB value is (226,94,78). Sum of RGB (Red+Green+Blue) = 226+94+78=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E4E is #1DA1B1. Grayscale: #838383. Windows color (decimal): -1941938 or 5136098. OLE color: 5136098.

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

Color convert

RGB 226 94 78 -
CMYK 0 0.58 0.65 0.11
HSL 6.49º 0.72% 0.6% -
HSV(B) 6.49º 0.65% 0.89% -
XYZ 36.74 24.72 10.04 -
YUV 131.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 226 94 78 0 0.58 0.65 0.11 6.49 0.72 0.6
Hex E2 5E 4E 0 3A 41 B 6 48 3C
Octal 342 136 116 0 72 101 13 6 110 74
Binary 11100010 1011110 1001110 0 111010 1000001 1011 110 1001000 111100

Color Harmonies of #E25E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E4E

Black with #E25E4E

Text Example


Text Example

White with #E25E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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