Html Css Color HEX #E75A55 Flamingo

📋 copy color: '#E75A55'

red 231 ◦ green 90 ◦ blue 85

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

Shades of Flamingo #E75A55

Tints of Flamingo #E75A55

RGB

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

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

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

R = 56.9%
G = 22.17%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E75A55 (or 0xE75A55) is known color: Flamingo. HEX triplet: E7, 5A and 55. RGB value is (231,90,85). Sum of RGB (Red+Green+Blue) = 231+90+85=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75A55 is #18A5AA. Grayscale: #838383. Windows color (decimal): -1615275 or 5593831. OLE color: 5593831.

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

Color convert

RGB 231 90 85 -
CMYK 0 0.61 0.63 0.09
HSL 2.05º 0.75% 0.62% -
HSV(B) 2.05º 0.63% 0.91% -
XYZ 38.25 24.96 11.4 -
YUV 131.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 231 90 85 0 0.61 0.63 0.09 2.05 0.75 0.62
Hex E7 5A 55 0 3D 3F 9 2 4B 3E
Octal 347 132 125 0 75 77 11 2 113 76
Binary 11100111 1011010 1010101 0 111101 111111 1001 10 1001011 111110

Color Harmonies of #E75A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75A55

Black with #E75A55

Text Example


Text Example

White with #E75A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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