Html Css Color HEX #E25B55 Flamingo

📋 copy color: '#E25B55'

red 226 ◦ green 91 ◦ blue 85

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

Shades of Flamingo #E25B55

Tints of Flamingo #E25B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.64%

 BLUE value IS 85 (33.59% from 255) = 21.14%

R = 56.22%
G = 22.64%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E25B55 (or 0xE25B55) is known color: Flamingo. HEX triplet: E2, 5B and 55. RGB value is (226,91,85). Sum of RGB (Red+Green+Blue) = 226+91+85=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25B55 is #1DA4AA. Grayscale: #828282. Windows color (decimal): -1942699 or 5594082. OLE color: 5594082.

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

Color convert

RGB 226 91 85 -
CMYK 0 0.60 0.62 0.11
HSL 2.55º 0.71% 0.61% -
HSV(B) 2.55º 0.62% 0.89% -
XYZ 36.74 24.31 11.35 -
YUV 130.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 226 91 85 0 0.60 0.62 0.11 2.55 0.71 0.61
Hex E2 5B 55 0 3C 3E B 3 47 3D
Octal 342 133 125 0 74 76 13 3 107 75
Binary 11100010 1011011 1010101 0 111100 111110 1011 11 1000111 111101

Color Harmonies of #E25B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25B55

Black with #E25B55

Text Example


Text Example

White with #E25B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25B55; }

 p { color: rgb(226,91,85); }

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

background-color css

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

 a { background-color: rgb(226,91,85); }

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

border-color css

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

 span { border-color: rgb(226,91,85); }

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