Html Css Color HEX #ED03B9 Shocking Pink

📋 copy color: '#ED03B9'

red 237 ◦ green 3 ◦ blue 185

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

Shades of Shocking Pink #ED03B9

Tints of Shocking Pink #ED03B9

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.71%

 BLUE value IS 185 (72.66% from 255) = 43.53%

R = 55.76%
G = 0.71%
B = 43.53%

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

#ED03B9 (or 0xED03B9) is known color: Shocking Pink. HEX triplet: ED, 03 and B9. RGB value is (237,3,185). Sum of RGB (Red+Green+Blue) = 237+3+185=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED03B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED03B9 is #12FC46. Grayscale: #5D5D5D. Windows color (decimal): -1244231 or 12125165. OLE color: 12125165.

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

Color convert

RGB 237 3 185 -
CMYK 0 0.99 0.22 0.07
HSL 313.33º 0.98% 0.47% -
HSV(B) 313.33º 0.99% 0.93% -
XYZ 43.71 21.57 47.76 -
YUV 93.71 179.52 230.2 -
System Red Green Blue C M Y K H S L
Decimal 237 3 185 0 0.99 0.22 0.07 313.33 0.98 0.47
Hex ED 3 B9 0 63 16 7 139 62 2F
Octal 355 3 271 0 143 26 7 471 142 57
Binary 11101101 11 10111001 0 1100011 10110 111 100111001 1100010 101111

Color Harmonies of #ED03B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED03B9

Black with #ED03B9

Text Example


Text Example

White with #ED03B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED03B9; }

 p { color: rgb(237,3,185); }

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

background-color css

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

 a { background-color: rgb(237,3,185); }

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

border-color css

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

 span { border-color: rgb(237,3,185); }

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