Html Css Color HEX #E25A42 Flamingo

📋 copy color: '#E25A42'

red 226 ◦ green 90 ◦ blue 66

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

Shades of Flamingo #E25A42

Tints of Flamingo #E25A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.56%

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 59.16%
G = 23.56%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E25A42 (or 0xE25A42) is known color: Flamingo. HEX triplet: E2, 5A and 42. RGB value is (226,90,66). Sum of RGB (Red+Green+Blue) = 226+90+66=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25A42 is #1DA5BD. Grayscale: #808080. Windows color (decimal): -1942974 or 4348642. OLE color: 4348642.

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

Color convert

RGB 226 90 66 -
CMYK 0 0.60 0.71 0.11
HSL 0.73% 0.57% -
HSV(B) 0.71% 0.89% -
XYZ 36 23.87 7.86 -
YUV 127.93 93.06 197.95 -
System Red Green Blue C M Y K H S L
Decimal 226 90 66 0 0.60 0.71 0.11 9 0.73 0.57
Hex E2 5A 42 0 3C 47 B 9 49 39
Octal 342 132 102 0 74 107 13 11 111 71
Binary 11100010 1011010 1000010 0 111100 1000111 1011 1001 1001001 111001

Color Harmonies of #E25A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25A42

Black with #E25A42

Text Example


Text Example

White with #E25A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25A42; }

 p { color: rgb(226,90,66); }

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

background-color css

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

 a { background-color: rgb(226,90,66); }

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

border-color css

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

 span { border-color: rgb(226,90,66); }

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