Html Css Color HEX #ED09C9 Shocking Pink

📋 copy color: '#ED09C9'

red 237 ◦ green 9 ◦ blue 201

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

Shades of Shocking Pink #ED09C9

Tints of Shocking Pink #ED09C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 53.02%
G = 2.01%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED09C9 (or 0xED09C9) is known color: Shocking Pink. HEX triplet: ED, 09 and C9. RGB value is (237,9,201). Sum of RGB (Red+Green+Blue) = 237+9+201=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09C9 is #12F636. Grayscale: #626262. Windows color (decimal): -1242679 or 13175277. OLE color: 13175277.

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

Color convert

RGB 237 9 201 -
CMYK 0 0.96 0.15 0.07
HSL 309.47º 0.93% 0.48% -
HSV(B) 309.47º 0.96% 0.93% -
XYZ 45.57 22.42 57.18 -
YUV 99.06 185.54 226.39 -
System Red Green Blue C M Y K H S L
Decimal 237 9 201 0 0.96 0.15 0.07 309.47 0.93 0.48
Hex ED 9 C9 0 60 F 7 135 5D 30
Octal 355 11 311 0 140 17 7 465 135 60
Binary 11101101 1001 11001001 0 1100000 1111 111 100110101 1011101 110000

Color Harmonies of #ED09C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09C9

Black with #ED09C9

Text Example


Text Example

White with #ED09C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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