Html Css Color HEX #ED0FC3 Shocking Pink

📋 copy color: '#ED0FC3'

red 237 ◦ green 15 ◦ blue 195

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

Shades of Shocking Pink #ED0FC3

Tints of Shocking Pink #ED0FC3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.36%

 BLUE value IS 195 (76.56% from 255) = 43.62%

R = 53.02%
G = 3.36%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED0FC3 (or 0xED0FC3) is known color: Shocking Pink. HEX triplet: ED, 0F and C3. RGB value is (237,15,195). Sum of RGB (Red+Green+Blue) = 237+15+195=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FC3 is #12F03C. Grayscale: #656565. Windows color (decimal): -1241149 or 12783597. OLE color: 12783597.

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

Color convert

RGB 237 15 195 -
CMYK 0 0.94 0.18 0.07
HSL 311.35º 0.88% 0.49% -
HSV(B) 311.35º 0.94% 0.93% -
XYZ 44.95 22.29 53.56 -
YUV 101.9 180.55 224.36 -
System Red Green Blue C M Y K H S L
Decimal 237 15 195 0 0.94 0.18 0.07 311.35 0.88 0.49
Hex ED F C3 0 5E 12 7 137 58 31
Octal 355 17 303 0 136 22 7 467 130 61
Binary 11101101 1111 11000011 0 1011110 10010 111 100110111 1011000 110001

Color Harmonies of #ED0FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FC3

Black with #ED0FC3

Text Example


Text Example

White with #ED0FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FC3; }

 p { color: rgb(237,15,195); }

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

background-color css

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

 a { background-color: rgb(237,15,195); }

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

border-color css

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

 span { border-color: rgb(237,15,195); }

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