Html Css Color HEX #E75850 Flamingo

📋 copy color: '#E75850'

red 231 ◦ green 88 ◦ blue 80

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

Shades of Flamingo #E75850

Tints of Flamingo #E75850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.06%

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

R = 57.89%
G = 22.06%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E75850 (or 0xE75850) is known color: Flamingo. HEX triplet: E7, 58 and 50. RGB value is (231,88,80). Sum of RGB (Red+Green+Blue) = 231+88+80=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E75850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75850 is #18A7AF. Grayscale: #828282. Windows color (decimal): -1615792 or 5265639. OLE color: 5265639.

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

Color convert

RGB 231 88 80 -
CMYK 0 0.62 0.65 0.09
HSL 3.18º 0.76% 0.61% -
HSV(B) 3.18º 0.65% 0.91% -
XYZ 37.89 24.55 10.33 -
YUV 129.85 99.88 200.15 -
System Red Green Blue C M Y K H S L
Decimal 231 88 80 0 0.62 0.65 0.09 3.18 0.76 0.61
Hex E7 58 50 0 3E 41 9 3 4C 3D
Octal 347 130 120 0 76 101 11 3 114 75
Binary 11100111 1011000 1010000 0 111110 1000001 1001 11 1001100 111101

Color Harmonies of #E75850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75850

Black with #E75850

Text Example


Text Example

White with #E75850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75850; }

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

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

background-color css

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

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

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

border-color css

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

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

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