Html Css Color HEX #E75A50 Flamingo

📋 copy color: '#E75A50'

red 231 ◦ green 90 ◦ blue 80

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

Shades of Flamingo #E75A50

Tints of Flamingo #E75A50

RGB

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

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

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

R = 57.61%
G = 22.44%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E75A50 (or 0xE75A50) is known color: Flamingo. HEX triplet: E7, 5A and 50. RGB value is (231,90,80). Sum of RGB (Red+Green+Blue) = 231+90+80=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75A50 is #18A5AF. Grayscale: #838383. Windows color (decimal): -1615280 or 5266151. OLE color: 5266151.

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

Color convert

RGB 231 90 80 -
CMYK 0 0.61 0.65 0.09
HSL 3.97º 0.76% 0.61% -
HSV(B) 3.97º 0.65% 0.91% -
XYZ 38.06 24.88 10.39 -
YUV 131.02 99.21 199.31 -
System Red Green Blue C M Y K H S L
Decimal 231 90 80 0 0.61 0.65 0.09 3.97 0.76 0.61
Hex E7 5A 50 0 3D 41 9 4 4C 3D
Octal 347 132 120 0 75 101 11 4 114 75
Binary 11100111 1011010 1010000 0 111101 1000001 1001 100 1001100 111101

Color Harmonies of #E75A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75A50

Black with #E75A50

Text Example


Text Example

White with #E75A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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