Html Css Color HEX #E25A50 Flamingo

📋 copy color: '#E25A50'

red 226 ◦ green 90 ◦ blue 80

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

Shades of Flamingo #E25A50

Tints of Flamingo #E25A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.2%

R = 57.07%
G = 22.73%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E25A50 (or 0xE25A50) is known color: Flamingo. HEX triplet: E2, 5A and 50. RGB value is (226,90,80). Sum of RGB (Red+Green+Blue) = 226+90+80=396 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.07% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25A50 is #1DA5AF. Grayscale: #818181. Windows color (decimal): -1942960 or 5266146. OLE color: 5266146.

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

Color convert

RGB 226 90 80 -
CMYK 0 0.60 0.65 0.11
HSL 4.11º 0.72% 0.6% -
HSV(B) 4.11º 0.65% 0.89% -
XYZ 36.47 24.06 10.31 -
YUV 129.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 226 90 80 0 0.60 0.65 0.11 4.11 0.72 0.6
Hex E2 5A 50 0 3C 41 B 4 48 3C
Octal 342 132 120 0 74 101 13 4 110 74
Binary 11100010 1011010 1010000 0 111100 1000001 1011 100 1001000 111100

Color Harmonies of #E25A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25A50

Black with #E25A50

Text Example


Text Example

White with #E25A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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