Html Css Color HEX #ED01BA Shocking Pink

📋 copy color: '#ED01BA'

red 237 ◦ green 1 ◦ blue 186

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

Shades of Shocking Pink #ED01BA

Tints of Shocking Pink #ED01BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 55.9%
G = 0.24%
B = 43.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED01BA (or 0xED01BA) is known color: Shocking Pink. HEX triplet: ED, 01 and BA. RGB value is (237,1,186). Sum of RGB (Red+Green+Blue) = 237+1+186=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED01BA is #12FE45. Grayscale: #5C5C5C. Windows color (decimal): -1244742 or 12190189. OLE color: 12190189.

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

Color convert

RGB 237 1 186 -
CMYK 0 1.00 0.22 0.07
HSL 312.97º 0.99% 0.47% -
HSV(B) 312.97º 1% 0.93% -
XYZ 43.8 21.57 48.31 -
YUV 92.65 180.69 230.96 -
System Red Green Blue C M Y K H S L
Decimal 237 1 186 0 1.00 0.22 0.07 312.97 0.99 0.47
Hex ED 1 BA 0 64 16 7 139 63 2F
Octal 355 1 272 0 144 26 7 471 143 57
Binary 11101101 1 10111010 0 1100100 10110 111 100111001 1100011 101111

Color Harmonies of #ED01BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED01BA

Black with #ED01BA

Text Example


Text Example

White with #ED01BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED01BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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