Html Css Color HEX #ED1CD0 Shocking Pink

📋 copy color: '#ED1CD0'

red 237 ◦ green 28 ◦ blue 208

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

Shades of Shocking Pink #ED1CD0

Tints of Shocking Pink #ED1CD0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.92%

 BLUE value IS 208 (81.64% from 255) = 43.97%

R = 50.11%
G = 5.92%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED1CD0 (or 0xED1CD0) is known color: Shocking Pink. HEX triplet: ED, 1C and D0. RGB value is (237,28,208). Sum of RGB (Red+Green+Blue) = 237+28+208=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1CD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1CD0 is #12E32F. Grayscale: #6E6E6E. Windows color (decimal): -1237808 or 13638893. OLE color: 13638893.

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

Color convert

RGB 237 28 208 -
CMYK 0 0.88 0.12 0.07
HSL 308.33º 0.85% 0.52% -
HSV(B) 308.33º 0.88% 0.93% -
XYZ 46.73 23.39 61.73 -
YUV 111.01 182.74 217.86 -
System Red Green Blue C M Y K H S L
Decimal 237 28 208 0 0.88 0.12 0.07 308.33 0.85 0.52
Hex ED 1C D0 0 58 C 7 134 55 34
Octal 355 34 320 0 130 14 7 464 125 64
Binary 11101101 11100 11010000 0 1011000 1100 111 100110100 1010101 110100

Color Harmonies of #ED1CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1CD0

Black with #ED1CD0

Text Example


Text Example

White with #ED1CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1CD0; }

 p { color: rgb(237,28,208); }

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

background-color css

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

 a { background-color: rgb(237,28,208); }

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

border-color css

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

 span { border-color: rgb(237,28,208); }

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