Html Css Color HEX #ED1ABF Shocking Pink

📋 copy color: '#ED1ABF'

red 237 ◦ green 26 ◦ blue 191

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

Shades of Shocking Pink #ED1ABF

Tints of Shocking Pink #ED1ABF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.73%

 BLUE value IS 191 (75% from 255) = 42.07%

R = 52.2%
G = 5.73%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED1ABF (or 0xED1ABF) is known color: Shocking Pink. HEX triplet: ED, 1A and BF. RGB value is (237,26,191). Sum of RGB (Red+Green+Blue) = 237+26+191=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1ABF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1ABF is #12E540. Grayscale: #6B6B6B. Windows color (decimal): -1238337 or 12524269. OLE color: 12524269.

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

Color convert

RGB 237 26 191 -
CMYK 0 0.89 0.19 0.07
HSL 313.08º 0.85% 0.52% -
HSV(B) 313.08º 0.89% 0.93% -
XYZ 44.7 22.5 51.28 -
YUV 107.9 174.9 220.08 -
System Red Green Blue C M Y K H S L
Decimal 237 26 191 0 0.89 0.19 0.07 313.08 0.85 0.52
Hex ED 1A BF 0 59 13 7 139 55 34
Octal 355 32 277 0 131 23 7 471 125 64
Binary 11101101 11010 10111111 0 1011001 10011 111 100111001 1010101 110100

Color Harmonies of #ED1ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1ABF

Black with #ED1ABF

Text Example


Text Example

White with #ED1ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1ABF; }

 p { color: rgb(237,26,191); }

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

background-color css

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

 a { background-color: rgb(237,26,191); }

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

border-color css

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

 span { border-color: rgb(237,26,191); }

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