Html Css Color HEX #E25E4A Flamingo

📋 copy color: '#E25E4A'

red 226 ◦ green 94 ◦ blue 74

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

Shades of Flamingo #E25E4A

Tints of Flamingo #E25E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.78%

R = 57.36%
G = 23.86%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E25E4A (or 0xE25E4A) is known color: Flamingo. HEX triplet: E2, 5E and 4A. RGB value is (226,94,74). Sum of RGB (Red+Green+Blue) = 226+94+74=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25E4A is #1DA1B5. Grayscale: #838383. Windows color (decimal): -1941942 or 4873954. OLE color: 4873954.

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

Color convert

RGB 226 94 74 -
CMYK 0 0.58 0.67 0.11
HSL 7.89º 0.72% 0.59% -
HSV(B) 7.89º 0.67% 0.89% -
XYZ 36.6 24.67 9.31 -
YUV 131.19 95.73 195.63 -
System Red Green Blue C M Y K H S L
Decimal 226 94 74 0 0.58 0.67 0.11 7.89 0.72 0.59
Hex E2 5E 4A 0 3A 43 B 8 48 3B
Octal 342 136 112 0 72 103 13 10 110 73
Binary 11100010 1011110 1001010 0 111010 1000011 1011 1000 1001000 111011

Color Harmonies of #E25E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E4A

Black with #E25E4A

Text Example


Text Example

White with #E25E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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