Html Css Color HEX #ED0EBA Shocking Pink

📋 copy color: '#ED0EBA'

red 237 ◦ green 14 ◦ blue 186

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

Shades of Shocking Pink #ED0EBA

Tints of Shocking Pink #ED0EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.2%

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

R = 54.23%
G = 3.2%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED0EBA (or 0xED0EBA) is known color: Shocking Pink. HEX triplet: ED, 0E and BA. RGB value is (237,14,186). Sum of RGB (Red+Green+Blue) = 237+14+186=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0EBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0EBA is #12F145. Grayscale: #636363. Windows color (decimal): -1241414 or 12193517. OLE color: 12193517.

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

Color convert

RGB 237 14 186 -
CMYK 0 0.94 0.22 0.07
HSL 313.72º 0.89% 0.49% -
HSV(B) 313.72º 0.94% 0.93% -
XYZ 43.95 21.86 48.36 -
YUV 100.29 176.38 225.51 -
System Red Green Blue C M Y K H S L
Decimal 237 14 186 0 0.94 0.22 0.07 313.72 0.89 0.49
Hex ED E BA 0 5E 16 7 13A 59 31
Octal 355 16 272 0 136 26 7 472 131 61
Binary 11101101 1110 10111010 0 1011110 10110 111 100111010 1011001 110001

Color Harmonies of #ED0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0EBA

Black with #ED0EBA

Text Example


Text Example

White with #ED0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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