Html Css Color HEX #E95545 Flamingo

📋 copy color: '#E95545'

red 233 ◦ green 85 ◦ blue 69

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

Shades of Flamingo #E95545

Tints of Flamingo #E95545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 60.21%
G = 21.96%
B = 17.83%

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

#E95545 (or 0xE95545) is known color: Flamingo. HEX triplet: E9, 55 and 45. RGB value is (233,85,69). Sum of RGB (Red+Green+Blue) = 233+85+69=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E95545 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95545 is #16AABA. Grayscale: #7F7F7F. Windows color (decimal): -1485499 or 4543977. OLE color: 4543977.

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

Color convert

RGB 233 85 69 -
CMYK 0 0.64 0.70 0.09
HSL 5.85º 0.79% 0.59% -
HSV(B) 5.85º 0.7% 0.91% -
XYZ 37.93 24.25 8.31 -
YUV 127.43 95.03 203.3 -
System Red Green Blue C M Y K H S L
Decimal 233 85 69 0 0.64 0.70 0.09 5.85 0.79 0.59
Hex E9 55 45 0 40 46 9 6 4F 3B
Octal 351 125 105 0 100 106 11 6 117 73
Binary 11101001 1010101 1000101 0 1000000 1000110 1001 110 1001111 111011

Color Harmonies of #E95545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95545

Black with #E95545

Text Example


Text Example

White with #E95545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95545; }

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

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

background-color css

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

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

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

border-color css

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

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

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