Html Css Color HEX #ED03B6 Shocking Pink

📋 copy color: '#ED03B6'

red 237 ◦ green 3 ◦ blue 182

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

Shades of Shocking Pink #ED03B6

Tints of Shocking Pink #ED03B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.13%

R = 56.16%
G = 0.71%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED03B6 (or 0xED03B6) is known color: Shocking Pink. HEX triplet: ED, 03 and B6. RGB value is (237,3,182). Sum of RGB (Red+Green+Blue) = 237+3+182=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED03B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED03B6 is #12FC49. Grayscale: #5C5C5C. Windows color (decimal): -1244234 or 11928557. OLE color: 11928557.

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

Color convert

RGB 237 3 182 -
CMYK 0 0.99 0.23 0.07
HSL 314.1º 0.98% 0.47% -
HSV(B) 314.1º 0.99% 0.93% -
XYZ 43.4 21.45 46.11 -
YUV 93.37 178.02 230.45 -
System Red Green Blue C M Y K H S L
Decimal 237 3 182 0 0.99 0.23 0.07 314.1 0.98 0.47
Hex ED 3 B6 0 63 17 7 13A 62 2F
Octal 355 3 266 0 143 27 7 472 142 57
Binary 11101101 11 10110110 0 1100011 10111 111 100111010 1100010 101111

Color Harmonies of #ED03B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED03B6

Black with #ED03B6

Text Example


Text Example

White with #ED03B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED03B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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