Html Css Color HEX #E25850 Flamingo

📋 copy color: '#E25850'

red 226 ◦ green 88 ◦ blue 80

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

Shades of Flamingo #E25850

Tints of Flamingo #E25850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

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

R = 57.36%
G = 22.34%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E25850 (or 0xE25850) is known color: Flamingo. HEX triplet: E2, 58 and 50. RGB value is (226,88,80). Sum of RGB (Red+Green+Blue) = 226+88+80=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E25850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25850 is #1DA7AF. Grayscale: #808080. Windows color (decimal): -1943472 or 5265634. OLE color: 5265634.

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

Color convert

RGB 226 88 80 -
CMYK 0 0.61 0.65 0.11
HSL 3.29º 0.72% 0.6% -
HSV(B) 3.29º 0.65% 0.89% -
XYZ 36.3 23.73 10.26 -
YUV 128.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 226 88 80 0 0.61 0.65 0.11 3.29 0.72 0.6
Hex E2 58 50 0 3D 41 B 3 48 3C
Octal 342 130 120 0 75 101 13 3 110 74
Binary 11100010 1011000 1010000 0 111101 1000001 1011 11 1001000 111100

Color Harmonies of #E25850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25850

Black with #E25850

Text Example


Text Example

White with #E25850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25850; }

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

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

background-color css

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

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

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

border-color css

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

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

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