Html Css Color HEX #ED078A Deep Pink

📋 copy color: '#ED078A'

red 237 ◦ green 7 ◦ blue 138

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

Shades of Deep Pink #ED078A

Tints of Deep Pink #ED078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.83%

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 62.04%
G = 1.83%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED078A (or 0xED078A) is known color: Deep Pink. HEX triplet: ED, 07 and 8A. RGB value is (237,7,138). Sum of RGB (Red+Green+Blue) = 237+7+138=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED078A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED078A is #12F875. Grayscale: #5A5A5A. Windows color (decimal): -1243254 or 9045997. OLE color: 9045997.

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

Color convert

RGB 237 7 138 -
CMYK 0 0.97 0.42 0.07
HSL 325.83º 0.94% 0.48% -
HSV(B) 325.83º 0.97% 0.93% -
XYZ 39.59 19.99 25.82 -
YUV 90.7 154.7 232.35 -
System Red Green Blue C M Y K H S L
Decimal 237 7 138 0 0.97 0.42 0.07 325.83 0.94 0.48
Hex ED 7 8A 0 61 2A 7 146 5E 30
Octal 355 7 212 0 141 52 7 506 136 60
Binary 11101101 111 10001010 0 1100001 101010 111 101000110 1011110 110000

Color Harmonies of #ED078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED078A

Black with #ED078A

Text Example


Text Example

White with #ED078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED078A; }

 p { color: rgb(237,7,138); }

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

background-color css

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

 a { background-color: rgb(237,7,138); }

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

border-color css

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

 span { border-color: rgb(237,7,138); }

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