Html Css Color HEX #E6594C Flamingo

📋 copy color: '#E6594C'

red 230 ◦ green 89 ◦ blue 76

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

Shades of Flamingo #E6594C

Tints of Flamingo #E6594C

RGB

 RED value IS 230 (90.23% from 255) = 58.23%

 GREEN value IS 89 (35.16% from 255) = 22.53%

 BLUE value IS 76 (30.08% from 255) = 19.24%

R = 58.23%
G = 22.53%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6594C (or 0xE6594C) is known color: Flamingo. HEX triplet: E6, 59 and 4C. RGB value is (230,89,76). Sum of RGB (Red+Green+Blue) = 230+89+76=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E6594C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6594C is #19A6B3. Grayscale: #818181. Windows color (decimal): -1681076 or 5003750. OLE color: 5003750.

HSL color Cylindrical-coordinate representation of color #E6594C: hue angle of 5.06º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6594C is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 89 76 -
CMYK 0 0.61 0.67 0.10
HSL 5.06º 0.75% 0.6% -
HSV(B) 5.06º 0.67% 0.9% -
XYZ 37.51 24.49 9.59 -
YUV 129.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 230 89 76 0 0.61 0.67 0.10 5.06 0.75 0.6
Hex E6 59 4C 0 3D 43 A 5 4B 3C
Octal 346 131 114 0 75 103 12 5 113 74
Binary 11100110 1011001 1001100 0 111101 1000011 1010 101 1001011 111100

Color Harmonies of #E6594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6594C

Black with #E6594C

Text Example


Text Example

White with #E6594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6594C; }

 p { color: rgb(230,89,76); }

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

background-color css

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

 a { background-color: rgb(230,89,76); }

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

border-color css

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

 span { border-color: rgb(230,89,76); }

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