Html Css Color HEX #ED68AC Hot Pink

📋 copy color: '#ED68AC'

red 237 ◦ green 104 ◦ blue 172

#ED68AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #ED68AC

Tints of Hot Pink #ED68AC

RGB

 RED value IS 237 (92.97% from 255) = 46.2%

 GREEN value IS 104 (41.02% from 255) = 20.27%

 BLUE value IS 172 (67.58% from 255) = 33.53%

R = 46.2%
G = 20.27%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED68AC (or 0xED68AC) is known color: Hot Pink. HEX triplet: ED, 68 and AC. RGB value is (237,104,172). Sum of RGB (Red+Green+Blue) = 237+104+172=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED68AC is #129753. Grayscale: #979797. Windows color (decimal): -1218388 or 11299053. OLE color: 11299053.

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

Color convert

RGB 237 104 172 -
CMYK 0 0.56 0.27 0.07
HSL 329.32º 0.79% 0.67% -
HSV(B) 329.32º 0.56% 0.93% -
XYZ 47.32 30.88 42.5 -
YUV 151.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 237 104 172 0 0.56 0.27 0.07 329.32 0.79 0.67
Hex ED 68 AC 0 38 1B 7 149 4F 43
Octal 355 150 254 0 70 33 7 511 117 103
Binary 11101101 1101000 10101100 0 111000 11011 111 101001001 1001111 1000011

Color Harmonies of #ED68AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED68AC

Black with #ED68AC

Text Example


Text Example

White with #ED68AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED68AC; }

 p { color: rgb(237,104,172); }

 H1.HeaderClassName
 {
   color: #ED68AC;
 }
 .AnyTagClassName
 {
   color: #ED68AC;
 }
</style>

background-color css

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

 a { background-color: rgb(237,104,172); }

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

border-color css

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

 span { border-color: rgb(237,104,172); }

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