#E65452

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

Shades of Flamingo #E65452

Tints of Flamingo #E65452

Color information

#E65452 (or 0xE65452) is unknown color: approx Flamingo. HEX triplet: E6, 54 and 52. RGB value is (230,84,82). Sum of RGB (Red+Green+Blue) = 230+84+82=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E65452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65452 is #19ABAD. Grayscale: #7F7F7F. Windows color (decimal): -1682350 or 5395686. OLE color: 5395686.

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

Color convert

RGB2308482-
CMYK00.630.640.10
HSL0.81º74.75%61.18%-
HSV(B)0.81º64.35%90.2%-
XYZ37.3323.7710.6-
YUV127.43102.37201.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.08%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 82 (32.42% from 255) = 20.71%
R=58.08%
G=21.21%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230848200.630.640.100.8174.7561.18
HexE6545203F40A14b3d
Octal34612412207710012111375
Binary111001101010100101001001111111000000101011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65452; }

 p { color: rgb(230,84,82); }

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

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

 a { background-color: rgb(230,84,82); }

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

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

 span { border-color: rgb(230,84,82); }

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