Html Css Color HEX #EA077F Deep Pink

📋 copy color: '#EA077F'

red 234 ◦ green 7 ◦ blue 127

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

Shades of Deep Pink #EA077F

Tints of Deep Pink #EA077F

RGB

 RED value IS 234 (91.8% from 255) = 63.59%

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

 BLUE value IS 127 (50% from 255) = 34.51%

R = 63.59%
G = 1.9%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA077F (or 0xEA077F) is known color: Deep Pink. HEX triplet: EA, 07 and 7F. RGB value is (234,7,127). Sum of RGB (Red+Green+Blue) = 234+7+127=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA077F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA077F is #15F880. Grayscale: #585858. Windows color (decimal): -1439873 or 8325098. OLE color: 8325098.

HSL color Cylindrical-coordinate representation of color #EA077F: hue angle of 328.28º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA077F is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 7 127 -
CMYK 0 0.97 0.46 0.08
HSL 328.28º 0.94% 0.47% -
HSV(B) 328.28º 0.97% 0.92% -
XYZ 37.84 19.18 21.79 -
YUV 88.55 149.71 231.74 -
System Red Green Blue C M Y K H S L
Decimal 234 7 127 0 0.97 0.46 0.08 328.28 0.94 0.47
Hex EA 7 7F 0 61 2E 8 148 5E 2F
Octal 352 7 177 0 141 56 10 510 136 57
Binary 11101010 111 1111111 0 1100001 101110 1000 101001000 1011110 101111

Color Harmonies of #EA077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA077F

Black with #EA077F

Text Example


Text Example

White with #EA077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA077F; }

 p { color: rgb(234,7,127); }

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

background-color css

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

 a { background-color: rgb(234,7,127); }

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

border-color css

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

 span { border-color: rgb(234,7,127); }

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