Html Css Color HEX #E75A54 Flamingo

📋 copy color: '#E75A54'

red 231 ◦ green 90 ◦ blue 84

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

Shades of Flamingo #E75A54

Tints of Flamingo #E75A54

RGB

 RED value IS 231 (90.63% from 255) = 57.04%

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

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

R = 57.04%
G = 22.22%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E75A54 (or 0xE75A54) is known color: Flamingo. HEX triplet: E7, 5A and 54. RGB value is (231,90,84). Sum of RGB (Red+Green+Blue) = 231+90+84=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75A54 is #18A5AB. Grayscale: #838383. Windows color (decimal): -1615276 or 5528295. OLE color: 5528295.

HSL color Cylindrical-coordinate representation of color #E75A54: hue angle of 2.45º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E75A54 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 90 84 -
CMYK 0 0.61 0.64 0.09
HSL 2.45º 0.75% 0.62% -
HSV(B) 2.45º 0.64% 0.91% -
XYZ 38.21 24.94 11.19 -
YUV 131.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 231 90 84 0 0.61 0.64 0.09 2.45 0.75 0.62
Hex E7 5A 54 0 3D 40 9 2 4B 3E
Octal 347 132 124 0 75 100 11 2 113 76
Binary 11100111 1011010 1010100 0 111101 1000000 1001 10 1001011 111110

Color Harmonies of #E75A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75A54

Black with #E75A54

Text Example


Text Example

White with #E75A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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