Html Css Color HEX #ED07BF Shocking Pink

📋 copy color: '#ED07BF'

red 237 ◦ green 7 ◦ blue 191

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

Shades of Shocking Pink #ED07BF

Tints of Shocking Pink #ED07BF

RGB

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

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

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

R = 54.48%
G = 1.61%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED07BF (or 0xED07BF) is known color: Shocking Pink. HEX triplet: ED, 07 and BF. RGB value is (237,7,191). Sum of RGB (Red+Green+Blue) = 237+7+191=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED07BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED07BF is #12F840. Grayscale: #606060. Windows color (decimal): -1243201 or 12519405. OLE color: 12519405.

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

Color convert

RGB 237 7 191 -
CMYK 0 0.97 0.19 0.07
HSL 312º 0.94% 0.48% -
HSV(B) 312º 0.97% 0.93% -
XYZ 44.41 21.92 51.18 -
YUV 96.75 181.2 228.04 -
System Red Green Blue C M Y K H S L
Decimal 237 7 191 0 0.97 0.19 0.07 312 0.94 0.48
Hex ED 7 BF 0 61 13 7 138 5E 30
Octal 355 7 277 0 141 23 7 470 136 60
Binary 11101101 111 10111111 0 1100001 10011 111 100111000 1011110 110000

Color Harmonies of #ED07BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED07BF

Black with #ED07BF

Text Example


Text Example

White with #ED07BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED07BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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