Html Css Color HEX #ED07BE Shocking Pink

📋 copy color: '#ED07BE'

red 237 ◦ green 7 ◦ blue 190

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

Shades of Shocking Pink #ED07BE

Tints of Shocking Pink #ED07BE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.61%

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

R = 54.61%
G = 1.61%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED07BE (or 0xED07BE) is known color: Shocking Pink. HEX triplet: ED, 07 and BE. RGB value is (237,7,190). Sum of RGB (Red+Green+Blue) = 237+7+190=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED07BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED07BE is #12F841. Grayscale: #606060. Windows color (decimal): -1243202 or 12453869. OLE color: 12453869.

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

Color convert

RGB 237 7 190 -
CMYK 0 0.97 0.20 0.07
HSL 312.26º 0.94% 0.48% -
HSV(B) 312.26º 0.97% 0.93% -
XYZ 44.3 21.87 50.6 -
YUV 96.63 180.7 228.12 -
System Red Green Blue C M Y K H S L
Decimal 237 7 190 0 0.97 0.20 0.07 312.26 0.94 0.48
Hex ED 7 BE 0 61 14 7 138 5E 30
Octal 355 7 276 0 141 24 7 470 136 60
Binary 11101101 111 10111110 0 1100001 10100 111 100111000 1011110 110000

Color Harmonies of #ED07BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED07BE

Black with #ED07BE

Text Example


Text Example

White with #ED07BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED07BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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