Html Css Color HEX #E95F3F Flamingo

📋 copy color: '#E95F3F'

red 233 ◦ green 95 ◦ blue 63

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

Shades of Flamingo #E95F3F

Tints of Flamingo #E95F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.11%

R = 59.59%
G = 24.3%
B = 16.11%

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

#E95F3F (or 0xE95F3F) is known color: Flamingo. HEX triplet: E9, 5F and 3F. RGB value is (233,95,63). Sum of RGB (Red+Green+Blue) = 233+95+63=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95F3F is #16A0C0. Grayscale: #848484. Windows color (decimal): -1482945 or 4153321. OLE color: 4153321.

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

Color convert

RGB 233 95 63 -
CMYK 0 0.59 0.73 0.09
HSL 11.29º 0.79% 0.58% -
HSV(B) 11.29º 0.73% 0.91% -
XYZ 38.59 25.87 7.66 -
YUV 132.61 88.72 199.6 -
System Red Green Blue C M Y K H S L
Decimal 233 95 63 0 0.59 0.73 0.09 11.29 0.79 0.58
Hex E9 5F 3F 0 3B 49 9 B 4F 3A
Octal 351 137 77 0 73 111 11 13 117 72
Binary 11101001 1011111 111111 0 111011 1001001 1001 1011 1001111 111010

Color Harmonies of #E95F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95F3F

Black with #E95F3F

Text Example


Text Example

White with #E95F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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