Html Css Color HEX #ED02BA Shocking Pink

📋 copy color: '#ED02BA'

red 237 ◦ green 2 ◦ blue 186

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

Shades of Shocking Pink #ED02BA

Tints of Shocking Pink #ED02BA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 55.76%
G = 0.47%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED02BA (or 0xED02BA) is known color: Shocking Pink. HEX triplet: ED, 02 and BA. RGB value is (237,2,186). Sum of RGB (Red+Green+Blue) = 237+2+186=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED02BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED02BA is #12FD45. Grayscale: #5C5C5C. Windows color (decimal): -1244486 or 12190445. OLE color: 12190445.

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

Color convert

RGB 237 2 186 -
CMYK 0 0.99 0.22 0.07
HSL 313.02º 0.98% 0.47% -
HSV(B) 313.02º 0.99% 0.93% -
XYZ 43.81 21.59 48.31 -
YUV 93.24 180.36 230.54 -
System Red Green Blue C M Y K H S L
Decimal 237 2 186 0 0.99 0.22 0.07 313.02 0.98 0.47
Hex ED 2 BA 0 63 16 7 139 62 2F
Octal 355 2 272 0 143 26 7 471 142 57
Binary 11101101 10 10111010 0 1100011 10110 111 100111001 1100010 101111

Color Harmonies of #ED02BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED02BA

Black with #ED02BA

Text Example


Text Example

White with #ED02BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED02BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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