Html Css Color HEX #E8605A Flamingo

📋 copy color: '#E8605A'

red 232 ◦ green 96 ◦ blue 90

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

Shades of Flamingo #E8605A

Tints of Flamingo #E8605A

RGB

 RED value IS 232 (91.02% from 255) = 55.5%

 GREEN value IS 96 (37.89% from 255) = 22.97%

 BLUE value IS 90 (35.55% from 255) = 21.53%

R = 55.5%
G = 22.97%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8605A (or 0xE8605A) is known color: Flamingo. HEX triplet: E8, 60 and 5A. RGB value is (232,96,90). Sum of RGB (Red+Green+Blue) = 232+96+90=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E8605A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8605A is #179FA5. Grayscale: #888888. Windows color (decimal): -1548198 or 5923048. OLE color: 5923048.

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

Color convert

RGB 232 96 90 -
CMYK 0 0.59 0.61 0.09
HSL 2.54º 0.76% 0.63% -
HSV(B) 2.54º 0.61% 0.91% -
XYZ 39.31 26.26 12.67 -
YUV 135.98 102.06 196.49 -
System Red Green Blue C M Y K H S L
Decimal 232 96 90 0 0.59 0.61 0.09 2.54 0.76 0.63
Hex E8 60 5A 0 3B 3D 9 3 4C 3F
Octal 350 140 132 0 73 75 11 3 114 77
Binary 11101000 1100000 1011010 0 111011 111101 1001 11 1001100 111111

Color Harmonies of #E8605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8605A

Black with #E8605A

Text Example


Text Example

White with #E8605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8605A; }

 p { color: rgb(232,96,90); }

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

background-color css

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

 a { background-color: rgb(232,96,90); }

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

border-color css

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

 span { border-color: rgb(232,96,90); }

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