Html Css Color HEX #ED1FB9 Shocking Pink

📋 copy color: '#ED1FB9'

red 237 ◦ green 31 ◦ blue 185

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

Shades of Shocking Pink #ED1FB9

Tints of Shocking Pink #ED1FB9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.84%

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

R = 52.32%
G = 6.84%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED1FB9 (or 0xED1FB9) is known color: Shocking Pink. HEX triplet: ED, 1F and B9. RGB value is (237,31,185). Sum of RGB (Red+Green+Blue) = 237+31+185=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1FB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1FB9 is #12E046. Grayscale: #6D6D6D. Windows color (decimal): -1237063 or 12132333. OLE color: 12132333.

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

Color convert

RGB 237 31 185 -
CMYK 0 0.87 0.22 0.07
HSL 315.15º 0.85% 0.53% -
HSV(B) 315.15º 0.87% 0.93% -
XYZ 44.17 22.49 47.91 -
YUV 110.15 170.25 218.48 -
System Red Green Blue C M Y K H S L
Decimal 237 31 185 0 0.87 0.22 0.07 315.15 0.85 0.53
Hex ED 1F B9 0 57 16 7 13B 55 35
Octal 355 37 271 0 127 26 7 473 125 65
Binary 11101101 11111 10111001 0 1010111 10110 111 100111011 1010101 110101

Color Harmonies of #ED1FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FB9

Black with #ED1FB9

Text Example


Text Example

White with #ED1FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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