Html Css Color HEX #ED05C5 Shocking Pink

📋 copy color: '#ED05C5'

red 237 ◦ green 5 ◦ blue 197

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

Shades of Shocking Pink #ED05C5

Tints of Shocking Pink #ED05C5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.14%

 BLUE value IS 197 (77.34% from 255) = 44.87%

R = 53.99%
G = 1.14%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED05C5 (or 0xED05C5) is known color: Shocking Pink. HEX triplet: ED, 05 and C5. RGB value is (237,5,197). Sum of RGB (Red+Green+Blue) = 237+5+197=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05C5 is #12FA3A. Grayscale: #5F5F5F. Windows color (decimal): -1243707 or 12912109. OLE color: 12912109.

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

Color convert

RGB 237 5 197 -
CMYK 0 0.98 0.17 0.07
HSL 310.34º 0.96% 0.47% -
HSV(B) 310.34º 0.98% 0.93% -
XYZ 45.06 22.14 54.72 -
YUV 96.26 184.86 228.39 -
System Red Green Blue C M Y K H S L
Decimal 237 5 197 0 0.98 0.17 0.07 310.34 0.96 0.47
Hex ED 5 C5 0 62 11 7 136 60 2F
Octal 355 5 305 0 142 21 7 466 140 57
Binary 11101101 101 11000101 0 1100010 10001 111 100110110 1100000 101111

Color Harmonies of #ED05C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05C5

Black with #ED05C5

Text Example


Text Example

White with #ED05C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05C5; }

 p { color: rgb(237,5,197); }

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

background-color css

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

 a { background-color: rgb(237,5,197); }

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

border-color css

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

 span { border-color: rgb(237,5,197); }

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