Html Css Color HEX #E35A54 Flamingo

📋 copy color: '#E35A54'

red 227 ◦ green 90 ◦ blue 84

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

Shades of Flamingo #E35A54

Tints of Flamingo #E35A54

RGB

 RED value IS 227 (89.06% from 255) = 56.61%

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

 BLUE value IS 84 (33.2% from 255) = 20.95%

R = 56.61%
G = 22.44%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E35A54 (or 0xE35A54) is known color: Flamingo. HEX triplet: E3, 5A and 54. RGB value is (227,90,84). Sum of RGB (Red+Green+Blue) = 227+90+84=401 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.61% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35A54 is #1CA5AB. Grayscale: #828282. Windows color (decimal): -1877420 or 5528291. OLE color: 5528291.

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

Color convert

RGB 227 90 84 -
CMYK 0 0.60 0.63 0.11
HSL 2.52º 0.72% 0.61% -
HSV(B) 2.52º 0.63% 0.89% -
XYZ 36.93 24.28 11.13 -
YUV 130.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 227 90 84 0 0.60 0.63 0.11 2.52 0.72 0.61
Hex E3 5A 54 0 3C 3F B 3 48 3D
Octal 343 132 124 0 74 77 13 3 110 75
Binary 11100011 1011010 1010100 0 111100 111111 1011 11 1001000 111101

Color Harmonies of #E35A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A54

Black with #E35A54

Text Example


Text Example

White with #E35A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A54; }

 p { color: rgb(227,90,84); }

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

background-color css

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

 a { background-color: rgb(227,90,84); }

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

border-color css

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

 span { border-color: rgb(227,90,84); }

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