Html Css Color HEX #ED05C4 Shocking Pink

📋 copy color: '#ED05C4'

red 237 ◦ green 5 ◦ blue 196

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

Shades of Shocking Pink #ED05C4

Tints of Shocking Pink #ED05C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.75%

R = 54.11%
G = 1.14%
B = 44.75%

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

#ED05C4 (or 0xED05C4) is known color: Shocking Pink. HEX triplet: ED, 05 and C4. RGB value is (237,5,196). Sum of RGB (Red+Green+Blue) = 237+5+196=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05C4 is #12FA3B. Grayscale: #5F5F5F. Windows color (decimal): -1243708 or 12846573. OLE color: 12846573.

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

Color convert

RGB 237 5 196 -
CMYK 0 0.98 0.17 0.07
HSL 310.6º 0.96% 0.47% -
HSV(B) 310.6º 0.98% 0.93% -
XYZ 44.94 22.1 54.12 -
YUV 96.14 184.36 228.47 -
System Red Green Blue C M Y K H S L
Decimal 237 5 196 0 0.98 0.17 0.07 310.6 0.96 0.47
Hex ED 5 C4 0 62 11 7 137 60 2F
Octal 355 5 304 0 142 21 7 467 140 57
Binary 11101101 101 11000100 0 1100010 10001 111 100110111 1100000 101111

Color Harmonies of #ED05C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05C4

Black with #ED05C4

Text Example


Text Example

White with #ED05C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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