Html Css Color HEX #E95F40 Flamingo

📋 copy color: '#E95F40'

red 233 ◦ green 95 ◦ blue 64

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

Shades of Flamingo #E95F40

Tints of Flamingo #E95F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.23%

 BLUE value IS 64 (25.39% from 255) = 16.33%

R = 59.44%
G = 24.23%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E95F40 (or 0xE95F40) is known color: Flamingo. HEX triplet: E9, 5F and 40. RGB value is (233,95,64). Sum of RGB (Red+Green+Blue) = 233+95+64=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95F40 is #16A0BF. Grayscale: #848484. Windows color (decimal): -1482944 or 4218857. OLE color: 4218857.

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

Color convert

RGB 233 95 64 -
CMYK 0 0.59 0.73 0.09
HSL 11.01º 0.79% 0.58% -
HSV(B) 11.01º 0.73% 0.91% -
XYZ 38.62 25.88 7.81 -
YUV 132.73 89.22 199.52 -
System Red Green Blue C M Y K H S L
Decimal 233 95 64 0 0.59 0.73 0.09 11.01 0.79 0.58
Hex E9 5F 40 0 3B 49 9 B 4F 3A
Octal 351 137 100 0 73 111 11 13 117 72
Binary 11101001 1011111 1000000 0 111011 1001001 1001 1011 1001111 111010

Color Harmonies of #E95F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95F40

Black with #E95F40

Text Example


Text Example

White with #E95F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95F40; }

 p { color: rgb(233,95,64); }

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

background-color css

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

 a { background-color: rgb(233,95,64); }

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

border-color css

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

 span { border-color: rgb(233,95,64); }

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