Html Css Color HEX #E75C52 Flamingo

📋 copy color: '#E75C52'

red 231 ◦ green 92 ◦ blue 82

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

Shades of Flamingo #E75C52

Tints of Flamingo #E75C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

 BLUE value IS 82 (32.42% from 255) = 20.25%

R = 57.04%
G = 22.72%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E75C52 (or 0xE75C52) is known color: Flamingo. HEX triplet: E7, 5C and 52. RGB value is (231,92,82). Sum of RGB (Red+Green+Blue) = 231+92+82=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C52 is #18A3AD. Grayscale: #848484. Windows color (decimal): -1614766 or 5397735. OLE color: 5397735.

HSL color Cylindrical-coordinate representation of color #E75C52: hue angle of 4.03º 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 #E75C52 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 92 82 -
CMYK 0 0.60 0.65 0.09
HSL 4.03º 0.76% 0.61% -
HSV(B) 4.03º 0.65% 0.91% -
XYZ 38.31 25.25 10.84 -
YUV 132.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 231 92 82 0 0.60 0.65 0.09 4.03 0.76 0.61
Hex E7 5C 52 0 3C 41 9 4 4C 3D
Octal 347 134 122 0 74 101 11 4 114 75
Binary 11100111 1011100 1010010 0 111100 1000001 1001 100 1001100 111101

Color Harmonies of #E75C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75C52

Black with #E75C52

Text Example


Text Example

White with #E75C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75C52; }

 p { color: rgb(231,92,82); }

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

background-color css

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

 a { background-color: rgb(231,92,82); }

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

border-color css

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

 span { border-color: rgb(231,92,82); }

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