Html Css Color HEX #ED0CCD Shocking Pink

📋 copy color: '#ED0CCD'

red 237 ◦ green 12 ◦ blue 205

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

Shades of Shocking Pink #ED0CCD

Tints of Shocking Pink #ED0CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.64%

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 52.2%
G = 2.64%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED0CCD (or 0xED0CCD) is known color: Shocking Pink. HEX triplet: ED, 0C and CD. RGB value is (237,12,205). Sum of RGB (Red+Green+Blue) = 237+12+205=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0CCD is #12F332. Grayscale: #646464. Windows color (decimal): -1241907 or 13438189. OLE color: 13438189.

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

Color convert

RGB 237 12 205 -
CMYK 0 0.95 0.14 0.07
HSL 308.53º 0.9% 0.49% -
HSV(B) 308.53º 0.95% 0.93% -
XYZ 46.08 22.68 59.71 -
YUV 101.28 186.54 224.81 -
System Red Green Blue C M Y K H S L
Decimal 237 12 205 0 0.95 0.14 0.07 308.53 0.9 0.49
Hex ED C CD 0 5F E 7 135 5A 31
Octal 355 14 315 0 137 16 7 465 132 61
Binary 11101101 1100 11001101 0 1011111 1110 111 100110101 1011010 110001

Color Harmonies of #ED0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0CCD

Black with #ED0CCD

Text Example


Text Example

White with #ED0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0CCD; }

 p { color: rgb(237,12,205); }

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

background-color css

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

 a { background-color: rgb(237,12,205); }

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

border-color css

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

 span { border-color: rgb(237,12,205); }

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