Html Css Color HEX #ED027E Deep Pink

📋 copy color: '#ED027E'

red 237 ◦ green 2 ◦ blue 126

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

Shades of Deep Pink #ED027E

Tints of Deep Pink #ED027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 64.93%
G = 0.55%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED027E (or 0xED027E) is known color: Deep Pink. HEX triplet: ED, 02 and 7E. RGB value is (237,2,126). Sum of RGB (Red+Green+Blue) = 237+2+126=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED027E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED027E is #12FD81. Grayscale: #565656. Windows color (decimal): -1244546 or 8258285. OLE color: 8258285.

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

Color convert

RGB 237 2 126 -
CMYK 0 0.99 0.47 0.07
HSL 328.34º 0.98% 0.47% -
HSV(B) 328.34º 0.99% 0.93% -
XYZ 38.71 19.55 21.47 -
YUV 86.4 150.36 235.42 -
System Red Green Blue C M Y K H S L
Decimal 237 2 126 0 0.99 0.47 0.07 328.34 0.98 0.47
Hex ED 2 7E 0 63 2F 7 148 62 2F
Octal 355 2 176 0 143 57 7 510 142 57
Binary 11101101 10 1111110 0 1100011 101111 111 101001000 1100010 101111

Color Harmonies of #ED027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED027E

Black with #ED027E

Text Example


Text Example

White with #ED027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED027E; }

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

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

background-color css

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

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

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

border-color css

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

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

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