#E65F4B

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

Shades of Flamingo #E65F4B

Tints of Flamingo #E65F4B

Color information

#E65F4B (or 0xE65F4B) is unknown color: approx Flamingo. HEX triplet: E6, 5F and 4B. RGB value is (230,95,75). Sum of RGB (Red+Green+Blue) = 230+95+75=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65F4B is #19A0B4. Grayscale: #858585. Windows color (decimal): -1679541 or 4939750. OLE color: 4939750.

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

Color convert

RGB2309575-
CMYK00.590.670.10
HSL7.74º75.61%59.8%-
HSV(B)7.74º67.39%90.2%-
XYZ3825.529.58-
YUV133.0895.23197.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 57.5%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 75 (29.69% from 255) = 18.75%
R=57.5%
G=23.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230957500.590.670.107.7475.6159.8
HexE65F4B03B43A84c3c
Octal346137113073103121011474
Binary111001101011111100101101110111000011101010001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65F4B; }

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

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

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

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

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

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

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

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