Html Css Color HEX #E95148 Flamingo

📋 copy color: '#E95148'

red 233 ◦ green 81 ◦ blue 72

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

Shades of Flamingo #E95148

Tints of Flamingo #E95148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.98%

 BLUE value IS 72 (28.52% from 255) = 18.65%

R = 60.36%
G = 20.98%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E95148 (or 0xE95148) is known color: Flamingo. HEX triplet: E9, 51 and 48. RGB value is (233,81,72). Sum of RGB (Red+Green+Blue) = 233+81+72=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E95148 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95148 is #16AEB7. Grayscale: #7D7D7D. Windows color (decimal): -1486520 or 4739561. OLE color: 4739561.

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

Color convert

RGB 233 81 72 -
CMYK 0 0.65 0.69 0.09
HSL 3.35º 0.79% 0.6% -
HSV(B) 3.35º 0.69% 0.91% -
XYZ 37.72 23.68 8.71 -
YUV 125.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 233 81 72 0 0.65 0.69 0.09 3.35 0.79 0.6
Hex E9 51 48 0 41 45 9 3 4F 3C
Octal 351 121 110 0 101 105 11 3 117 74
Binary 11101001 1010001 1001000 0 1000001 1000101 1001 11 1001111 111100

Color Harmonies of #E95148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95148

Black with #E95148

Text Example


Text Example

White with #E95148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95148; }

 p { color: rgb(233,81,72); }

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

background-color css

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

 a { background-color: rgb(233,81,72); }

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

border-color css

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

 span { border-color: rgb(233,81,72); }

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