Html Css Color HEX #ED1FCE Shocking Pink

📋 copy color: '#ED1FCE'

red 237 ◦ green 31 ◦ blue 206

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

Shades of Shocking Pink #ED1FCE

Tints of Shocking Pink #ED1FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.54%

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

R = 50%
G = 6.54%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED1FCE (or 0xED1FCE) is known color: Shocking Pink. HEX triplet: ED, 1F and CE. RGB value is (237,31,206). Sum of RGB (Red+Green+Blue) = 237+31+206=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1FCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1FCE is #12E031. Grayscale: #707070. Windows color (decimal): -1237042 or 13508589. OLE color: 13508589.

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

Color convert

RGB 237 31 206 -
CMYK 0 0.87 0.13 0.07
HSL 309.03º 0.85% 0.53% -
HSV(B) 309.03º 0.87% 0.93% -
XYZ 46.56 23.44 60.46 -
YUV 112.54 180.75 216.77 -
System Red Green Blue C M Y K H S L
Decimal 237 31 206 0 0.87 0.13 0.07 309.03 0.85 0.53
Hex ED 1F CE 0 57 D 7 135 55 35
Octal 355 37 316 0 127 15 7 465 125 65
Binary 11101101 11111 11001110 0 1010111 1101 111 100110101 1010101 110101

Color Harmonies of #ED1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FCE

Black with #ED1FCE

Text Example


Text Example

White with #ED1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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