#ED67AB

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

Shades of Hot Pink #ED67AB

Tints of Hot Pink #ED67AB

Color information

#ED67AB (or 0xED67AB) is unknown color: approx Hot Pink. HEX triplet: ED, 67 and AB. RGB value is (237,103,171). Sum of RGB (Red+Green+Blue) = 237+103+171=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED67AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED67AB is #129854. Grayscale: #969696. Windows color (decimal): -1218645 or 11233261. OLE color: 11233261.

HSL color Cylindrical-coordinate representation of color #ED67AB: hue angle of 329.55º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED67AB is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237103171-
CMYK00.570.280.07
HSL329.55º78.82%66.67%-
HSV(B)329.55º56.54%92.94%-
XYZ47.1330.6541.96-
YUV150.82139.39189.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 103 (40.62% from 255) = 20.16%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=46.38%
G=20.16%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710317100.570.280.07329.5578.8266.67
HexED67AB0391C714a4f43
Octal355147253071347512117103
Binary1110110111001111010101101110011110011110100101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED67AB; }

 p { color: rgb(237,103,171); }

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

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

 a { background-color: rgb(237,103,171); }

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

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

 span { border-color: rgb(237,103,171); }

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