Html Css Color HEX #ED0BBC Shocking Pink

📋 copy color: '#ED0BBC'

red 237 ◦ green 11 ◦ blue 188

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

Shades of Shocking Pink #ED0BBC

Tints of Shocking Pink #ED0BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.52%

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

R = 54.36%
G = 2.52%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED0BBC (or 0xED0BBC) is known color: Shocking Pink. HEX triplet: ED, 0B and BC. RGB value is (237,11,188). Sum of RGB (Red+Green+Blue) = 237+11+188=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0BBC is #12F443. Grayscale: #626262. Windows color (decimal): -1242180 or 12323821. OLE color: 12323821.

HSL color Cylindrical-coordinate representation of color #ED0BBC: hue angle of 313.01º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0BBC is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 11 188 -
CMYK 0 0.95 0.21 0.07
HSL 313.01º 0.91% 0.49% -
HSV(B) 313.01º 0.95% 0.93% -
XYZ 44.12 21.87 49.47 -
YUV 98.75 178.37 226.61 -
System Red Green Blue C M Y K H S L
Decimal 237 11 188 0 0.95 0.21 0.07 313.01 0.91 0.49
Hex ED B BC 0 5F 15 7 139 5B 31
Octal 355 13 274 0 137 25 7 471 133 61
Binary 11101101 1011 10111100 0 1011111 10101 111 100111001 1011011 110001

Color Harmonies of #ED0BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0BBC

Black with #ED0BBC

Text Example


Text Example

White with #ED0BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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