Html Css Color HEX #ED4FBC Hot Pink

📋 copy color: '#ED4FBC'

red 237 ◦ green 79 ◦ blue 188

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

Shades of Hot Pink #ED4FBC

Tints of Hot Pink #ED4FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.67%

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 47.02%
G = 15.67%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED4FBC (or 0xED4FBC) is known color: Hot Pink. HEX triplet: ED, 4F and BC. RGB value is (237,79,188). Sum of RGB (Red+Green+Blue) = 237+79+188=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4FBC is #12B043. Grayscale: #8A8A8A. Windows color (decimal): -1224772 or 12341229. OLE color: 12341229.

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

Color convert

RGB 237 79 188 -
CMYK 0 0.67 0.21 0.07
HSL 318.61º 0.81% 0.62% -
HSV(B) 318.61º 0.67% 0.93% -
XYZ 46.8 27.23 50.37 -
YUV 138.67 155.85 198.14 -
System Red Green Blue C M Y K H S L
Decimal 237 79 188 0 0.67 0.21 0.07 318.61 0.81 0.62
Hex ED 4F BC 0 43 15 7 13F 51 3E
Octal 355 117 274 0 103 25 7 477 121 76
Binary 11101101 1001111 10111100 0 1000011 10101 111 100111111 1010001 111110

Color Harmonies of #ED4FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4FBC

Black with #ED4FBC

Text Example


Text Example

White with #ED4FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4FBC; }

 p { color: rgb(237,79,188); }

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

background-color css

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

 a { background-color: rgb(237,79,188); }

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

border-color css

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

 span { border-color: rgb(237,79,188); }

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