Html Css Color HEX #ED1FBA Shocking Pink

📋 copy color: '#ED1FBA'

red 237 ◦ green 31 ◦ blue 186

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

Shades of Shocking Pink #ED1FBA

Tints of Shocking Pink #ED1FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 52.2%
G = 6.83%
B = 40.97%

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

#ED1FBA (or 0xED1FBA) is known color: Shocking Pink. HEX triplet: ED, 1F and BA. RGB value is (237,31,186). Sum of RGB (Red+Green+Blue) = 237+31+186=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1FBA is #12E045. Grayscale: #6D6D6D. Windows color (decimal): -1237062 or 12197869. OLE color: 12197869.

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

Color convert

RGB 237 31 186 -
CMYK 0 0.87 0.22 0.07
HSL 314.85º 0.85% 0.53% -
HSV(B) 314.85º 0.87% 0.93% -
XYZ 44.28 22.53 48.47 -
YUV 110.26 170.75 218.4 -
System Red Green Blue C M Y K H S L
Decimal 237 31 186 0 0.87 0.22 0.07 314.85 0.85 0.53
Hex ED 1F BA 0 57 16 7 13B 55 35
Octal 355 37 272 0 127 26 7 473 125 65
Binary 11101101 11111 10111010 0 1010111 10110 111 100111011 1010101 110101

Color Harmonies of #ED1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FBA

Black with #ED1FBA

Text Example


Text Example

White with #ED1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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