#ed67a3

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

Shades of Hot Pink #ED67A3

Tints of Hot Pink #ED67A3

Color information

#ED67A3 (or 0xED67A3) is unknown color: approx Hot Pink. HEX triplet: ED, 67 and A3. RGB value is (237,103,163). Sum of RGB (Red+Green+Blue) = 237+103+163=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED67A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED67A3 is #12985C. Grayscale: #959595. Windows color (decimal): -1218653 or 10708973. OLE color: 10708973.

HSL color Cylindrical-coordinate representation of color #ED67A3: hue angle of 333.13º 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 #ED67A3 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB237103163-
CMYK00.570.310.07
HSL333.13º78.82%66.67%-
HSV(B)333.13º56.54%92.94%-
XYZ46.3930.3538.06-
YUV149.91135.39190.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 103 (40.62% from 255) = 20.48%
BLUE value IS 163 (64.06% from 255) = 32.41%
R=47.12%
G=20.48%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710316300.570.310.07333.1378.8266.67
HexED67A30391F714d4f43
Octal355147243071377515117103
Binary1110110111001111010001101110011111111110100110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed67a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed67a3; }

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

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

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

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

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

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

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

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