Html Css Color HEX #ED1ECC Shocking Pink

📋 copy color: '#ED1ECC'

red 237 ◦ green 30 ◦ blue 204

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

Shades of Shocking Pink #ED1ECC

Tints of Shocking Pink #ED1ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.37%

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 50.32%
G = 6.37%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED1ECC (or 0xED1ECC) is known color: Shocking Pink. HEX triplet: ED, 1E and CC. RGB value is (237,30,204). Sum of RGB (Red+Green+Blue) = 237+30+204=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1ECC is #12E133. Grayscale: #6F6F6F. Windows color (decimal): -1237300 or 13377261. OLE color: 13377261.

HSL color Cylindrical-coordinate representation of color #ED1ECC: hue angle of 309.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1ECC is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 30 204 -
CMYK 0 0.87 0.14 0.07
HSL 309.57º 0.85% 0.52% -
HSV(B) 309.57º 0.87% 0.93% -
XYZ 46.29 23.29 59.18 -
YUV 111.73 180.08 217.35 -
System Red Green Blue C M Y K H S L
Decimal 237 30 204 0 0.87 0.14 0.07 309.57 0.85 0.52
Hex ED 1E CC 0 57 E 7 136 55 34
Octal 355 36 314 0 127 16 7 466 125 64
Binary 11101101 11110 11001100 0 1010111 1110 111 100110110 1010101 110100

Color Harmonies of #ED1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1ECC

Black with #ED1ECC

Text Example


Text Example

White with #ED1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1ECC; }

 p { color: rgb(237,30,204); }

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

background-color css

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

 a { background-color: rgb(237,30,204); }

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

border-color css

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

 span { border-color: rgb(237,30,204); }

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