Html Css Color HEX #E95950 Flamingo

📋 copy color: '#E95950'

red 233 ◦ green 89 ◦ blue 80

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

Shades of Flamingo #E95950

Tints of Flamingo #E95950

RGB

 RED value IS 233 (91.41% from 255) = 57.96%

 GREEN value IS 89 (35.16% from 255) = 22.14%

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

R = 57.96%
G = 22.14%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E95950 (or 0xE95950) is known color: Flamingo. HEX triplet: E9, 59 and 50. RGB value is (233,89,80). Sum of RGB (Red+Green+Blue) = 233+89+80=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E95950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95950 is #16A6AF. Grayscale: #838383. Windows color (decimal): -1484464 or 5265897. OLE color: 5265897.

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

Color convert

RGB 233 89 80 -
CMYK 0 0.62 0.66 0.09
HSL 3.53º 0.78% 0.61% -
HSV(B) 3.53º 0.66% 0.91% -
XYZ 38.62 25.05 10.39 -
YUV 131.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 233 89 80 0 0.62 0.66 0.09 3.53 0.78 0.61
Hex E9 59 50 0 3E 42 9 4 4E 3D
Octal 351 131 120 0 76 102 11 4 116 75
Binary 11101001 1011001 1010000 0 111110 1000010 1001 100 1001110 111101

Color Harmonies of #E95950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95950

Black with #E95950

Text Example


Text Example

White with #E95950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95950; }

 p { color: rgb(233,89,80); }

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

background-color css

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

 a { background-color: rgb(233,89,80); }

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

border-color css

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

 span { border-color: rgb(233,89,80); }

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