Html Css Color HEX #ED6AB8 Hot Pink

📋 copy color: '#ED6AB8'

red 237 ◦ green 106 ◦ blue 184

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

Shades of Hot Pink #ED6AB8

Tints of Hot Pink #ED6AB8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.11%

 BLUE value IS 184 (72.27% from 255) = 34.91%

R = 44.97%
G = 20.11%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED6AB8 (or 0xED6AB8) is known color: Hot Pink. HEX triplet: ED, 6A and B8. RGB value is (237,106,184). Sum of RGB (Red+Green+Blue) = 237+106+184=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6AB8 is #129547. Grayscale: #999999. Windows color (decimal): -1217864 or 12085997. OLE color: 12085997.

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

Color convert

RGB 237 106 184 -
CMYK 0 0.55 0.22 0.07
HSL 324.27º 0.78% 0.67% -
HSV(B) 324.27º 0.55% 0.93% -
XYZ 48.73 31.77 48.91 -
YUV 154.06 144.9 187.16 -
System Red Green Blue C M Y K H S L
Decimal 237 106 184 0 0.55 0.22 0.07 324.27 0.78 0.67
Hex ED 6A B8 0 37 16 7 144 4E 43
Octal 355 152 270 0 67 26 7 504 116 103
Binary 11101101 1101010 10111000 0 110111 10110 111 101000100 1001110 1000011

Color Harmonies of #ED6AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6AB8

Black with #ED6AB8

Text Example


Text Example

White with #ED6AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6AB8; }

 p { color: rgb(237,106,184); }

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

background-color css

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

 a { background-color: rgb(237,106,184); }

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

border-color css

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

 span { border-color: rgb(237,106,184); }

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