#EDA271

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

Shades of Hit Pink #EDA271

Tints of Hit Pink #EDA271

Color information

#EDA271 (or 0xEDA271) is unknown color: approx Hit Pink. HEX triplet: ED, A2 and 71. RGB value is (237,162,113). Sum of RGB (Red+Green+Blue) = 237+162+113=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA271 is #125D8E. Grayscale: #B3B3B3. Windows color (decimal): -1203599 or 7447277. OLE color: 7447277.

HSL color Cylindrical-coordinate representation of color #EDA271: hue angle of 23.71º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDA271 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB237162113-
CMYK00.320.520.07
HSL23.71º77.5%68.63%-
HSV(B)23.71º52.32%92.94%-
XYZ50.8345.0421.64-
YUV178.8490.85169.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.29%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 113 (44.53% from 255) = 22.07%
R=46.29%
G=31.64%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716211300.320.520.0723.7177.568.63
HexEDA271020347184e45
Octal35524216104064730116105
Binary1110110110100010111000101000001101001111100010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA271; }

 p { color: rgb(237,162,113); }

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

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

 a { background-color: rgb(237,162,113); }

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

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

 span { border-color: rgb(237,162,113); }

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