Html Css Color HEX #E6584A Flamingo

📋 copy color: '#E6584A'

red 230 ◦ green 88 ◦ blue 74

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

Shades of Flamingo #E6584A

Tints of Flamingo #E6584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.45%

 BLUE value IS 74 (29.3% from 255) = 18.88%

R = 58.67%
G = 22.45%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6584A (or 0xE6584A) is known color: Flamingo. HEX triplet: E6, 58 and 4A. RGB value is (230,88,74). Sum of RGB (Red+Green+Blue) = 230+88+74=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6584A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6584A is #19A7B5. Grayscale: #818181. Windows color (decimal): -1681334 or 4872422. OLE color: 4872422.

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

Color convert

RGB 230 88 74 -
CMYK 0 0.62 0.68 0.10
HSL 5.38º 0.76% 0.6% -
HSV(B) 5.38º 0.68% 0.9% -
XYZ 37.36 24.3 9.2 -
YUV 128.86 97.04 200.14 -
System Red Green Blue C M Y K H S L
Decimal 230 88 74 0 0.62 0.68 0.10 5.38 0.76 0.6
Hex E6 58 4A 0 3E 44 A 5 4C 3C
Octal 346 130 112 0 76 104 12 5 114 74
Binary 11100110 1011000 1001010 0 111110 1000100 1010 101 1001100 111100

Color Harmonies of #E6584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6584A

Black with #E6584A

Text Example


Text Example

White with #E6584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6584A; }

 p { color: rgb(230,88,74); }

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

background-color css

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

 a { background-color: rgb(230,88,74); }

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

border-color css

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

 span { border-color: rgb(230,88,74); }

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