Html Css Color HEX #ED027C Deep Pink

📋 copy color: '#ED027C'

red 237 ◦ green 2 ◦ blue 124

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

Shades of Deep Pink #ED027C

Tints of Deep Pink #ED027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 65.29%
G = 0.55%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED027C (or 0xED027C) is known color: Deep Pink. HEX triplet: ED, 02 and 7C. RGB value is (237,2,124). Sum of RGB (Red+Green+Blue) = 237+2+124=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED027C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED027C is #12FD83. Grayscale: #555555. Windows color (decimal): -1244548 or 8127213. OLE color: 8127213.

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

Color convert

RGB 237 2 124 -
CMYK 0 0.99 0.48 0.07
HSL 328.85º 0.98% 0.47% -
HSV(B) 328.85º 0.99% 0.93% -
XYZ 38.58 19.5 20.8 -
YUV 86.17 149.36 235.58 -
System Red Green Blue C M Y K H S L
Decimal 237 2 124 0 0.99 0.48 0.07 328.85 0.98 0.47
Hex ED 2 7C 0 63 30 7 149 62 2F
Octal 355 2 174 0 143 60 7 511 142 57
Binary 11101101 10 1111100 0 1100011 110000 111 101001001 1100010 101111

Color Harmonies of #ED027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED027C

Black with #ED027C

Text Example


Text Example

White with #ED027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED027C; }

 p { color: rgb(237,2,124); }

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

background-color css

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

 a { background-color: rgb(237,2,124); }

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

border-color css

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

 span { border-color: rgb(237,2,124); }

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