Html Css Color HEX #ED06BC Shocking Pink

📋 copy color: '#ED06BC'

red 237 ◦ green 6 ◦ blue 188

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

Shades of Shocking Pink #ED06BC

Tints of Shocking Pink #ED06BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.39%

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 54.99%
G = 1.39%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED06BC (or 0xED06BC) is known color: Shocking Pink. HEX triplet: ED, 06 and BC. RGB value is (237,6,188). Sum of RGB (Red+Green+Blue) = 237+6+188=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED06BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED06BC is #12F943. Grayscale: #5F5F5F. Windows color (decimal): -1243460 or 12322541. OLE color: 12322541.

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

Color convert

RGB 237 6 188 -
CMYK 0 0.97 0.21 0.07
HSL 312.73º 0.95% 0.48% -
HSV(B) 312.73º 0.97% 0.93% -
XYZ 44.07 21.77 49.46 -
YUV 95.82 180.03 228.7 -
System Red Green Blue C M Y K H S L
Decimal 237 6 188 0 0.97 0.21 0.07 312.73 0.95 0.48
Hex ED 6 BC 0 61 15 7 139 5F 30
Octal 355 6 274 0 141 25 7 471 137 60
Binary 11101101 110 10111100 0 1100001 10101 111 100111001 1011111 110000

Color Harmonies of #ED06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06BC

Black with #ED06BC

Text Example


Text Example

White with #ED06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06BC; }

 p { color: rgb(237,6,188); }

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

background-color css

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

 a { background-color: rgb(237,6,188); }

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

border-color css

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

 span { border-color: rgb(237,6,188); }

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