Html Css Color HEX #ED09C7 Shocking Pink

📋 copy color: '#ED09C7'

red 237 ◦ green 9 ◦ blue 199

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

Shades of Shocking Pink #ED09C7

Tints of Shocking Pink #ED09C7

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.02%

 BLUE value IS 199 (78.13% from 255) = 44.72%

R = 53.26%
G = 2.02%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED09C7 (or 0xED09C7) is known color: Shocking Pink. HEX triplet: ED, 09 and C7. RGB value is (237,9,199). Sum of RGB (Red+Green+Blue) = 237+9+199=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09C7 is #12F638. Grayscale: #626262. Windows color (decimal): -1242681 or 13044205. OLE color: 13044205.

HSL color Cylindrical-coordinate representation of color #ED09C7: hue angle of 310º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED09C7 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 9 199 -
CMYK 0 0.96 0.16 0.07
HSL 310º 0.93% 0.48% -
HSV(B) 310º 0.96% 0.93% -
XYZ 45.33 22.32 55.95 -
YUV 98.83 184.54 226.55 -
System Red Green Blue C M Y K H S L
Decimal 237 9 199 0 0.96 0.16 0.07 310 0.93 0.48
Hex ED 9 C7 0 60 10 7 136 5D 30
Octal 355 11 307 0 140 20 7 466 135 60
Binary 11101101 1001 11000111 0 1100000 10000 111 100110110 1011101 110000

Color Harmonies of #ED09C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09C7

Black with #ED09C7

Text Example


Text Example

White with #ED09C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09C7; }

 p { color: rgb(237,9,199); }

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

background-color css

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

 a { background-color: rgb(237,9,199); }

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

border-color css

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

 span { border-color: rgb(237,9,199); }

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