Html Css Color HEX #ED15CE Shocking Pink

📋 copy color: '#ED15CE'

red 237 ◦ green 21 ◦ blue 206

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

Shades of Shocking Pink #ED15CE

Tints of Shocking Pink #ED15CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.53%

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 51.08%
G = 4.53%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED15CE (or 0xED15CE) is known color: Shocking Pink. HEX triplet: ED, 15 and CE. RGB value is (237,21,206). Sum of RGB (Red+Green+Blue) = 237+21+206=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15CE is #12EA31. Grayscale: #6A6A6A. Windows color (decimal): -1239602 or 13506029. OLE color: 13506029.

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

Color convert

RGB 237 21 206 -
CMYK 0 0.91 0.13 0.07
HSL 308.61º 0.86% 0.51% -
HSV(B) 308.61º 0.91% 0.93% -
XYZ 46.33 23 60.39 -
YUV 106.67 184.06 220.96 -
System Red Green Blue C M Y K H S L
Decimal 237 21 206 0 0.91 0.13 0.07 308.61 0.86 0.51
Hex ED 15 CE 0 5B D 7 135 56 33
Octal 355 25 316 0 133 15 7 465 126 63
Binary 11101101 10101 11001110 0 1011011 1101 111 100110101 1010110 110011

Color Harmonies of #ED15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15CE

Black with #ED15CE

Text Example


Text Example

White with #ED15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15CE; }

 p { color: rgb(237,21,206); }

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

background-color css

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

 a { background-color: rgb(237,21,206); }

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

border-color css

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

 span { border-color: rgb(237,21,206); }

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