Html Css Color HEX #E75D4C Flamingo

📋 copy color: '#E75D4C'

red 231 ◦ green 93 ◦ blue 76

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

Shades of Flamingo #E75D4C

Tints of Flamingo #E75D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.25%

 BLUE value IS 76 (30.08% from 255) = 19%

R = 57.75%
G = 23.25%
B = 19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E75D4C (or 0xE75D4C) is known color: Flamingo. HEX triplet: E7, 5D and 4C. RGB value is (231,93,76). Sum of RGB (Red+Green+Blue) = 231+93+76=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75D4C is #18A2B3. Grayscale: #848484. Windows color (decimal): -1614516 or 5004775. OLE color: 5004775.

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

Color convert

RGB 231 93 76 -
CMYK 0 0.60 0.67 0.09
HSL 6.58º 0.76% 0.6% -
HSV(B) 6.58º 0.67% 0.91% -
XYZ 38.17 25.34 9.72 -
YUV 132.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 231 93 76 0 0.60 0.67 0.09 6.58 0.76 0.6
Hex E7 5D 4C 0 3C 43 9 7 4C 3C
Octal 347 135 114 0 74 103 11 7 114 74
Binary 11100111 1011101 1001100 0 111100 1000011 1001 111 1001100 111100

Color Harmonies of #E75D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75D4C

Black with #E75D4C

Text Example


Text Example

White with #E75D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75D4C; }

 p { color: rgb(231,93,76); }

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

background-color css

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

 a { background-color: rgb(231,93,76); }

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

border-color css

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

 span { border-color: rgb(231,93,76); }

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