Html Css Color HEX #E75552 Flamingo

📋 copy color: '#E75552'

red 231 ◦ green 85 ◦ blue 82

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

Shades of Flamingo #E75552

Tints of Flamingo #E75552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.36%

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

R = 58.04%
G = 21.36%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E75552 (or 0xE75552) is known color: Flamingo. HEX triplet: E7, 55 and 52. RGB value is (231,85,82). Sum of RGB (Red+Green+Blue) = 231+85+82=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E75552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75552 is #18AAAD. Grayscale: #808080. Windows color (decimal): -1616558 or 5395943. OLE color: 5395943.

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

Color convert

RGB 231 85 82 -
CMYK 0 0.63 0.65 0.09
HSL 1.21º 0.76% 0.61% -
HSV(B) 1.21º 0.65% 0.91% -
XYZ 37.73 24.1 10.65 -
YUV 128.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 231 85 82 0 0.63 0.65 0.09 1.21 0.76 0.61
Hex E7 55 52 0 3F 41 9 1 4C 3D
Octal 347 125 122 0 77 101 11 1 114 75
Binary 11100111 1010101 1010010 0 111111 1000001 1001 1 1001100 111101

Color Harmonies of #E75552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75552

Black with #E75552

Text Example


Text Example

White with #E75552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75552; }

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

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

background-color css

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

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

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

border-color css

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

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

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