Html Css Color HEX #ED68A8 Hot Pink

📋 copy color: '#ED68A8'

red 237 ◦ green 104 ◦ blue 168

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

Shades of Hot Pink #ED68A8

Tints of Hot Pink #ED68A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.01%

R = 46.56%
G = 20.43%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ED68A8 (or 0xED68A8) is known color: Hot Pink. HEX triplet: ED, 68 and A8. RGB value is (237,104,168). Sum of RGB (Red+Green+Blue) = 237+104+168=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED68A8 is #129757. Grayscale: #969696. Windows color (decimal): -1218392 or 11036909. OLE color: 11036909.

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

Color convert

RGB 237 104 168 -
CMYK 0 0.56 0.29 0.07
HSL 331.13º 0.79% 0.67% -
HSV(B) 331.13º 0.56% 0.93% -
XYZ 46.94 30.73 40.5 -
YUV 151.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 237 104 168 0 0.56 0.29 0.07 331.13 0.79 0.67
Hex ED 68 A8 0 38 1D 7 14B 4F 43
Octal 355 150 250 0 70 35 7 513 117 103
Binary 11101101 1101000 10101000 0 111000 11101 111 101001011 1001111 1000011

Color Harmonies of #ED68A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED68A8

Black with #ED68A8

Text Example


Text Example

White with #ED68A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED68A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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