Html Css Color HEX #ED0BB6 Shocking Pink

📋 copy color: '#ED0BB6'

red 237 ◦ green 11 ◦ blue 182

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

Shades of Shocking Pink #ED0BB6

Tints of Shocking Pink #ED0BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.33%

R = 55.12%
G = 2.56%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED0BB6 (or 0xED0BB6) is known color: Shocking Pink. HEX triplet: ED, 0B and B6. RGB value is (237,11,182). Sum of RGB (Red+Green+Blue) = 237+11+182=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0BB6 is #12F449. Grayscale: #616161. Windows color (decimal): -1242186 or 11930605. OLE color: 11930605.

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

Color convert

RGB 237 11 182 -
CMYK 0 0.95 0.23 0.07
HSL 314.6º 0.91% 0.49% -
HSV(B) 314.6º 0.95% 0.93% -
XYZ 43.49 21.62 46.14 -
YUV 98.07 175.37 227.1 -
System Red Green Blue C M Y K H S L
Decimal 237 11 182 0 0.95 0.23 0.07 314.6 0.91 0.49
Hex ED B B6 0 5F 17 7 13B 5B 31
Octal 355 13 266 0 137 27 7 473 133 61
Binary 11101101 1011 10110110 0 1011111 10111 111 100111011 1011011 110001

Color Harmonies of #ED0BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0BB6

Black with #ED0BB6

Text Example


Text Example

White with #ED0BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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