Html Css Color HEX #E95442 Flamingo

📋 copy color: '#E95442'

red 233 ◦ green 84 ◦ blue 66

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

Shades of Flamingo #E95442

Tints of Flamingo #E95442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.93%

 BLUE value IS 66 (26.17% from 255) = 17.23%

R = 60.84%
G = 21.93%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E95442 (or 0xE95442) is known color: Flamingo. HEX triplet: E9, 54 and 42. RGB value is (233,84,66). Sum of RGB (Red+Green+Blue) = 233+84+66=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E95442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95442 is #16ABBD. Grayscale: #7E7E7E. Windows color (decimal): -1485758 or 4347113. OLE color: 4347113.

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

Color convert

RGB 233 84 66 -
CMYK 0 0.64 0.72 0.09
HSL 6.47º 0.79% 0.59% -
HSV(B) 6.47º 0.72% 0.91% -
XYZ 37.76 24.06 7.81 -
YUV 126.5 93.86 203.96 -
System Red Green Blue C M Y K H S L
Decimal 233 84 66 0 0.64 0.72 0.09 6.47 0.79 0.59
Hex E9 54 42 0 40 48 9 6 4F 3B
Octal 351 124 102 0 100 110 11 6 117 73
Binary 11101001 1010100 1000010 0 1000000 1001000 1001 110 1001111 111011

Color Harmonies of #E95442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95442

Black with #E95442

Text Example


Text Example

White with #E95442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95442; }

 p { color: rgb(233,84,66); }

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

background-color css

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

 a { background-color: rgb(233,84,66); }

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

border-color css

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

 span { border-color: rgb(233,84,66); }

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