Html Css Color HEX #ED02BB Shocking Pink

📋 copy color: '#ED02BB'

red 237 ◦ green 2 ◦ blue 187

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

Shades of Shocking Pink #ED02BB

Tints of Shocking Pink #ED02BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 55.63%
G = 0.47%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED02BB (or 0xED02BB) is known color: Shocking Pink. HEX triplet: ED, 02 and BB. RGB value is (237,2,187). Sum of RGB (Red+Green+Blue) = 237+2+187=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED02BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED02BB is #12FD44. Grayscale: #5C5C5C. Windows color (decimal): -1244485 or 12255981. OLE color: 12255981.

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

Color convert

RGB 237 2 187 -
CMYK 0 0.99 0.21 0.07
HSL 312.77º 0.98% 0.47% -
HSV(B) 312.77º 0.99% 0.93% -
XYZ 43.92 21.64 48.88 -
YUV 93.36 180.86 230.46 -
System Red Green Blue C M Y K H S L
Decimal 237 2 187 0 0.99 0.21 0.07 312.77 0.98 0.47
Hex ED 2 BB 0 63 15 7 139 62 2F
Octal 355 2 273 0 143 25 7 471 142 57
Binary 11101101 10 10111011 0 1100011 10101 111 100111001 1100010 101111

Color Harmonies of #ED02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED02BB

Black with #ED02BB

Text Example


Text Example

White with #ED02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED02BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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