Html Css Color HEX #ED01B7 Shocking Pink

📋 copy color: '#ED01B7'

red 237 ◦ green 1 ◦ blue 183

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

Shades of Shocking Pink #ED01B7

Tints of Shocking Pink #ED01B7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 183 (71.88% from 255) = 43.47%

R = 56.29%
G = 0.24%
B = 43.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED01B7 (or 0xED01B7) is known color: Shocking Pink. HEX triplet: ED, 01 and B7. RGB value is (237,1,183). Sum of RGB (Red+Green+Blue) = 237+1+183=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED01B7 is #12FE48. Grayscale: #5B5B5B. Windows color (decimal): -1244745 or 11993581. OLE color: 11993581.

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

Color convert

RGB 237 1 183 -
CMYK 0 1.00 0.23 0.07
HSL 313.73º 0.99% 0.47% -
HSV(B) 313.73º 1% 0.93% -
XYZ 43.48 21.45 46.65 -
YUV 92.31 179.19 231.2 -
System Red Green Blue C M Y K H S L
Decimal 237 1 183 0 1.00 0.23 0.07 313.73 0.99 0.47
Hex ED 1 B7 0 64 17 7 13A 63 2F
Octal 355 1 267 0 144 27 7 472 143 57
Binary 11101101 1 10110111 0 1100100 10111 111 100111010 1100011 101111

Color Harmonies of #ED01B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED01B7

Black with #ED01B7

Text Example


Text Example

White with #ED01B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED01B7; }

 p { color: rgb(237,1,183); }

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

background-color css

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

 a { background-color: rgb(237,1,183); }

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

border-color css

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

 span { border-color: rgb(237,1,183); }

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