Html Css Color HEX #E95445 Flamingo

📋 copy color: '#E95445'

red 233 ◦ green 84 ◦ blue 69

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

Shades of Flamingo #E95445

Tints of Flamingo #E95445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.88%

R = 60.36%
G = 21.76%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E95445 (or 0xE95445) is known color: Flamingo. HEX triplet: E9, 54 and 45. RGB value is (233,84,69). Sum of RGB (Red+Green+Blue) = 233+84+69=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E95445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95445 is #16ABBA. Grayscale: #7F7F7F. Windows color (decimal): -1485755 or 4543721. OLE color: 4543721.

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

Color convert

RGB 233 84 69 -
CMYK 0 0.64 0.70 0.09
HSL 5.49º 0.79% 0.59% -
HSV(B) 5.49º 0.7% 0.91% -
XYZ 37.85 24.09 8.29 -
YUV 126.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 233 84 69 0 0.64 0.70 0.09 5.49 0.79 0.59
Hex E9 54 45 0 40 46 9 5 4F 3B
Octal 351 124 105 0 100 106 11 5 117 73
Binary 11101001 1010100 1000101 0 1000000 1000110 1001 101 1001111 111011

Color Harmonies of #E95445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95445

Black with #E95445

Text Example


Text Example

White with #E95445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95445; }

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

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

background-color css

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

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

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

border-color css

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

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

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