Html Css Color HEX #ED00BF Shocking Pink

📋 copy color: '#ED00BF'

red 237 ◦ green 0 ◦ blue 191

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

Shades of Shocking Pink #ED00BF

Tints of Shocking Pink #ED00BF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 191 (75% from 255) = 44.63%

R = 55.37%
G = 0%
B = 44.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED00BF (or 0xED00BF) is known color: Shocking Pink. HEX triplet: ED, 00 and BF. RGB value is (237,0,191). Sum of RGB (Red+Green+Blue) = 237+0+191=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED00BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED00BF is #12FF40. Grayscale: #5C5C5C. Windows color (decimal): -1244993 or 12517613. OLE color: 12517613.

HSL color Cylindrical-coordinate representation of color #ED00BF: hue angle of 311.65º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED00BF is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 0 191 -
CMYK 0 1 0.19 0.07
HSL 311.65º 1% 0.46% -
HSV(B) 311.65º 1% 0.93% -
XYZ 44.33 21.77 51.16 -
YUV 92.64 183.52 230.97 -
System Red Green Blue C M Y K H S L
Decimal 237 0 191 0 1 0.19 0.07 311.65 1 0.46
Hex ED 0 BF 0 64 13 7 138 64 2E
Octal 355 0 277 0 144 23 7 470 144 56
Binary 11101101 0 10111111 0 1100100 10011 111 100111000 1100100 101110

Color Harmonies of #ED00BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED00BF

Black with #ED00BF

Text Example


Text Example

White with #ED00BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED00BF; }

 p { color: rgb(237,0,191); }

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

background-color css

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

 a { background-color: rgb(237,0,191); }

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

border-color css

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

 span { border-color: rgb(237,0,191); }

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