Html Css Color HEX #E7605A Flamingo

📋 copy color: '#E7605A'

red 231 ◦ green 96 ◦ blue 90

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

Shades of Flamingo #E7605A

Tints of Flamingo #E7605A

RGB

 RED value IS 231 (90.63% from 255) = 55.4%

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

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

R = 55.4%
G = 23.02%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7605A (or 0xE7605A) is known color: Flamingo. HEX triplet: E7, 60 and 5A. RGB value is (231,96,90). Sum of RGB (Red+Green+Blue) = 231+96+90=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E7605A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7605A is #189FA5. Grayscale: #878787. Windows color (decimal): -1613734 or 5923047. OLE color: 5923047.

HSL color Cylindrical-coordinate representation of color #E7605A: hue angle of 2.55º degrees, saturation: 0.75, 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 #E7605A is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 96 90 -
CMYK 0 0.58 0.61 0.09
HSL 2.55º 0.75% 0.63% -
HSV(B) 2.55º 0.61% 0.91% -
XYZ 38.98 26.09 12.65 -
YUV 135.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 231 96 90 0 0.58 0.61 0.09 2.55 0.75 0.63
Hex E7 60 5A 0 3A 3D 9 3 4B 3F
Octal 347 140 132 0 72 75 11 3 113 77
Binary 11100111 1100000 1011010 0 111010 111101 1001 11 1001011 111111

Color Harmonies of #E7605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7605A

Black with #E7605A

Text Example


Text Example

White with #E7605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7605A; }

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

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

background-color css

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

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

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

border-color css

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

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

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