#E65F4E

Color #E65F4E Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #E65F4E

Tints of Flamingo #E65F4E

Color information

#E65F4E (or 0xE65F4E) is unknown color: approx Flamingo. HEX triplet: E6, 5F and 4E. RGB value is (230,95,78). Sum of RGB (Red+Green+Blue) = 230+95+78=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F4E is #19A0B1. Grayscale: #858585. Windows color (decimal): -1679538 or 5136358. OLE color: 5136358.

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

Color convert

RGB2309578-
CMYK00.590.660.10
HSL6.71º75.25%60.39%-
HSV(B)6.71º66.09%90.2%-
XYZ38.125.5610.13-
YUV133.4396.73196.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 57.07%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 78 (30.86% from 255) = 19.35%
R=57.07%
G=23.57%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230957800.590.660.106.7175.2560.39
HexE65F4E03B42A74b3c
Octal34613711607310212711374
Binary11100110101111110011100111011100001010101111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65F4E; }

 p { color: rgb(230,95,78); }

 H1.HeaderClassName
 {
   color: #E65F4E;
 }
 .AnyTagClassName
 {
   color: #E65F4E;
 }
</style>
background-color css

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

 a { background-color: rgb(230,95,78); }

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

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

 span { border-color: rgb(230,95,78); }

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