Html Css Color HEX #ED0ABE Shocking Pink

📋 copy color: '#ED0ABE'

red 237 ◦ green 10 ◦ blue 190

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

Shades of Shocking Pink #ED0ABE

Tints of Shocking Pink #ED0ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.29%

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 54.23%
G = 2.29%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED0ABE (or 0xED0ABE) is known color: Shocking Pink. HEX triplet: ED, 0A and BE. RGB value is (237,10,190). Sum of RGB (Red+Green+Blue) = 237+10+190=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0ABE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0ABE is #12F541. Grayscale: #616161. Windows color (decimal): -1242434 or 12454637. OLE color: 12454637.

HSL color Cylindrical-coordinate representation of color #ED0ABE: hue angle of 312.42º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0ABE is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 10 190 -
CMYK 0 0.96 0.20 0.07
HSL 312.42º 0.92% 0.48% -
HSV(B) 312.42º 0.96% 0.93% -
XYZ 44.33 21.94 50.61 -
YUV 98.39 179.71 226.86 -
System Red Green Blue C M Y K H S L
Decimal 237 10 190 0 0.96 0.20 0.07 312.42 0.92 0.48
Hex ED A BE 0 60 14 7 138 5C 30
Octal 355 12 276 0 140 24 7 470 134 60
Binary 11101101 1010 10111110 0 1100000 10100 111 100111000 1011100 110000

Color Harmonies of #ED0ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0ABE

Black with #ED0ABE

Text Example


Text Example

White with #ED0ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0ABE; }

 p { color: rgb(237,10,190); }

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

background-color css

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

 a { background-color: rgb(237,10,190); }

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

border-color css

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

 span { border-color: rgb(237,10,190); }

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