Html Css Color HEX #E25D53 Flamingo

📋 copy color: '#E25D53'

red 226 ◦ green 93 ◦ blue 83

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

Shades of Flamingo #E25D53

Tints of Flamingo #E25D53

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.13%

 BLUE value IS 83 (32.81% from 255) = 20.65%

R = 56.22%
G = 23.13%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E25D53 (or 0xE25D53) is known color: Flamingo. HEX triplet: E2, 5D and 53. RGB value is (226,93,83). Sum of RGB (Red+Green+Blue) = 226+93+83=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D53 is #1DA2AC. Grayscale: #838383. Windows color (decimal): -1942189 or 5463522. OLE color: 5463522.

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

Color convert

RGB 226 93 83 -
CMYK 0 0.59 0.63 0.11
HSL 4.2º 0.71% 0.61% -
HSV(B) 4.2º 0.63% 0.89% -
XYZ 36.84 24.62 10.99 -
YUV 131.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 226 93 83 0 0.59 0.63 0.11 4.2 0.71 0.61
Hex E2 5D 53 0 3B 3F B 4 47 3D
Octal 342 135 123 0 73 77 13 4 107 75
Binary 11100010 1011101 1010011 0 111011 111111 1011 100 1000111 111101

Color Harmonies of #E25D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D53

Black with #E25D53

Text Example


Text Example

White with #E25D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D53; }

 p { color: rgb(226,93,83); }

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

background-color css

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

 a { background-color: rgb(226,93,83); }

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

border-color css

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

 span { border-color: rgb(226,93,83); }

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