Html Css Color HEX #E6614C Flamingo

📋 copy color: '#E6614C'

red 230 ◦ green 97 ◦ blue 76

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

Shades of Flamingo #E6614C

Tints of Flamingo #E6614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

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

R = 57.07%
G = 24.07%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6614C (or 0xE6614C) is known color: Flamingo. HEX triplet: E6, 61 and 4C. RGB value is (230,97,76). Sum of RGB (Red+Green+Blue) = 230+97+76=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6614C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6614C is #199EB3. Grayscale: #868686. Windows color (decimal): -1679028 or 5005798. OLE color: 5005798.

HSL color Cylindrical-coordinate representation of color #E6614C: hue angle of 8.18º 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 #E6614C is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 97 76 -
CMYK 0 0.58 0.67 0.10
HSL 8.18º 0.75% 0.6% -
HSV(B) 8.18º 0.67% 0.9% -
XYZ 38.21 25.89 9.82 -
YUV 134.37 95.06 196.21 -
System Red Green Blue C M Y K H S L
Decimal 230 97 76 0 0.58 0.67 0.10 8.18 0.75 0.6
Hex E6 61 4C 0 3A 43 A 8 4B 3C
Octal 346 141 114 0 72 103 12 10 113 74
Binary 11100110 1100001 1001100 0 111010 1000011 1010 1000 1001011 111100

Color Harmonies of #E6614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6614C

Black with #E6614C

Text Example


Text Example

White with #E6614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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