Html Css Color HEX #ED0FB4 Shocking Pink

📋 copy color: '#ED0FB4'

red 237 ◦ green 15 ◦ blue 180

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

Shades of Shocking Pink #ED0FB4

Tints of Shocking Pink #ED0FB4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.47%

 BLUE value IS 180 (70.7% from 255) = 41.67%

R = 54.86%
G = 3.47%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED0FB4 (or 0xED0FB4) is known color: Shocking Pink. HEX triplet: ED, 0F and B4. RGB value is (237,15,180). Sum of RGB (Red+Green+Blue) = 237+15+180=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FB4 is #12F04B. Grayscale: #636363. Windows color (decimal): -1241164 or 11800557. OLE color: 11800557.

HSL color Cylindrical-coordinate representation of color #ED0FB4: hue angle of 315.41º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FB4 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 15 180 -
CMYK 0 0.94 0.24 0.07
HSL 315.41º 0.88% 0.49% -
HSV(B) 315.41º 0.94% 0.93% -
XYZ 43.33 21.64 45.07 -
YUV 100.19 173.05 225.58 -
System Red Green Blue C M Y K H S L
Decimal 237 15 180 0 0.94 0.24 0.07 315.41 0.88 0.49
Hex ED F B4 0 5E 18 7 13B 58 31
Octal 355 17 264 0 136 30 7 473 130 61
Binary 11101101 1111 10110100 0 1011110 11000 111 100111011 1011000 110001

Color Harmonies of #ED0FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FB4

Black with #ED0FB4

Text Example


Text Example

White with #ED0FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FB4; }

 p { color: rgb(237,15,180); }

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

background-color css

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

 a { background-color: rgb(237,15,180); }

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

border-color css

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

 span { border-color: rgb(237,15,180); }

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