Html Css Color HEX #EA067F Deep Pink

📋 copy color: '#EA067F'

red 234 ◦ green 6 ◦ blue 127

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

Shades of Deep Pink #EA067F

Tints of Deep Pink #EA067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

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

R = 63.76%
G = 1.63%
B = 34.6%

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

#EA067F (or 0xEA067F) is known color: Deep Pink. HEX triplet: EA, 06 and 7F. RGB value is (234,6,127). Sum of RGB (Red+Green+Blue) = 234+6+127=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA067F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA067F is #15F980. Grayscale: #575757. Windows color (decimal): -1440129 or 8324842. OLE color: 8324842.

HSL color Cylindrical-coordinate representation of color #EA067F: hue angle of 328.16º degrees, saturation: 0.95, 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 #EA067F is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 6 127 -
CMYK 0 0.97 0.46 0.08
HSL 328.16º 0.95% 0.47% -
HSV(B) 328.16º 0.97% 0.92% -
XYZ 37.83 19.15 21.78 -
YUV 87.97 150.04 232.16 -
System Red Green Blue C M Y K H S L
Decimal 234 6 127 0 0.97 0.46 0.08 328.16 0.95 0.47
Hex EA 6 7F 0 61 2E 8 148 5F 2F
Octal 352 6 177 0 141 56 10 510 137 57
Binary 11101010 110 1111111 0 1100001 101110 1000 101001000 1011111 101111

Color Harmonies of #EA067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA067F

Black with #EA067F

Text Example


Text Example

White with #EA067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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