Html Css Color HEX #E95246 Flamingo

📋 copy color: '#E95246'

red 233 ◦ green 82 ◦ blue 70

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

Shades of Flamingo #E95246

Tints of Flamingo #E95246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.3%

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 60.52%
G = 21.3%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E95246 (or 0xE95246) is known color: Flamingo. HEX triplet: E9, 52 and 46. RGB value is (233,82,70). Sum of RGB (Red+Green+Blue) = 233+82+70=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E95246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95246 is #16ADB9. Grayscale: #7D7D7D. Windows color (decimal): -1486266 or 4608745. OLE color: 4608745.

HSL color Cylindrical-coordinate representation of color #E95246: hue angle of 4.42º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E95246 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 82 70 -
CMYK 0 0.65 0.70 0.09
HSL 4.42º 0.79% 0.59% -
HSV(B) 4.42º 0.7% 0.91% -
XYZ 37.73 23.8 8.4 -
YUV 125.78 96.53 204.48 -
System Red Green Blue C M Y K H S L
Decimal 233 82 70 0 0.65 0.70 0.09 4.42 0.79 0.59
Hex E9 52 46 0 41 46 9 4 4F 3B
Octal 351 122 106 0 101 106 11 4 117 73
Binary 11101001 1010010 1000110 0 1000001 1000110 1001 100 1001111 111011

Color Harmonies of #E95246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95246

Black with #E95246

Text Example


Text Example

White with #E95246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95246; }

 p { color: rgb(233,82,70); }

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

background-color css

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

 a { background-color: rgb(233,82,70); }

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

border-color css

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

 span { border-color: rgb(233,82,70); }

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