Html Css Color HEX #ED6BB9 Hot Pink

📋 copy color: '#ED6BB9'

red 237 ◦ green 107 ◦ blue 185

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

Shades of Hot Pink #ED6BB9

Tints of Hot Pink #ED6BB9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.23%

 BLUE value IS 185 (72.66% from 255) = 34.97%

R = 44.8%
G = 20.23%
B = 34.97%

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

#ED6BB9 (or 0xED6BB9) is known color: Hot Pink. HEX triplet: ED, 6B and B9. RGB value is (237,107,185). Sum of RGB (Red+Green+Blue) = 237+107+185=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BB9 is #129446. Grayscale: #9A9A9A. Windows color (decimal): -1217607 or 12151789. OLE color: 12151789.

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

Color convert

RGB 237 107 185 -
CMYK 0 0.55 0.22 0.07
HSL 324º 0.78% 0.67% -
HSV(B) 324º 0.55% 0.93% -
XYZ 48.94 32.02 49.5 -
YUV 154.76 145.07 186.66 -
System Red Green Blue C M Y K H S L
Decimal 237 107 185 0 0.55 0.22 0.07 324 0.78 0.67
Hex ED 6B B9 0 37 16 7 144 4E 43
Octal 355 153 271 0 67 26 7 504 116 103
Binary 11101101 1101011 10111001 0 110111 10110 111 101000100 1001110 1000011

Color Harmonies of #ED6BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BB9

Black with #ED6BB9

Text Example


Text Example

White with #ED6BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BB9; }

 p { color: rgb(237,107,185); }

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

background-color css

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

 a { background-color: rgb(237,107,185); }

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

border-color css

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

 span { border-color: rgb(237,107,185); }

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