Html Css Color HEX #ED1ECF Shocking Pink

📋 copy color: '#ED1ECF'

red 237 ◦ green 30 ◦ blue 207

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

Shades of Shocking Pink #ED1ECF

Tints of Shocking Pink #ED1ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 50%
G = 6.33%
B = 43.67%

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

#ED1ECF (or 0xED1ECF) is known color: Shocking Pink. HEX triplet: ED, 1E and CF. RGB value is (237,30,207). Sum of RGB (Red+Green+Blue) = 237+30+207=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1ECF is #12E130. Grayscale: #6F6F6F. Windows color (decimal): -1237297 or 13573869. OLE color: 13573869.

HSL color Cylindrical-coordinate representation of color #ED1ECF: hue angle of 308.7º 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 #ED1ECF is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 30 207 -
CMYK 0 0.87 0.13 0.07
HSL 308.7º 0.85% 0.52% -
HSV(B) 308.7º 0.87% 0.93% -
XYZ 46.65 23.44 61.1 -
YUV 112.07 181.58 217.11 -
System Red Green Blue C M Y K H S L
Decimal 237 30 207 0 0.87 0.13 0.07 308.7 0.85 0.52
Hex ED 1E CF 0 57 D 7 135 55 34
Octal 355 36 317 0 127 15 7 465 125 64
Binary 11101101 11110 11001111 0 1010111 1101 111 100110101 1010101 110100

Color Harmonies of #ED1ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1ECF

Black with #ED1ECF

Text Example


Text Example

White with #ED1ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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