Html Css Color HEX #EA067D Deep Pink

📋 copy color: '#EA067D'

red 234 ◦ green 6 ◦ blue 125

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

Shades of Deep Pink #EA067D

Tints of Deep Pink #EA067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 64.11%
G = 1.64%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA067D (or 0xEA067D) is known color: Deep Pink. HEX triplet: EA, 06 and 7D. RGB value is (234,6,125). Sum of RGB (Red+Green+Blue) = 234+6+125=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA067D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA067D is #15F982. Grayscale: #575757. Windows color (decimal): -1440131 or 8193770. OLE color: 8193770.

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

Color convert

RGB 234 6 125 -
CMYK 0 0.97 0.47 0.08
HSL 328.68º 0.95% 0.47% -
HSV(B) 328.68º 0.97% 0.92% -
XYZ 37.7 19.1 21.1 -
YUV 87.74 149.04 232.32 -
System Red Green Blue C M Y K H S L
Decimal 234 6 125 0 0.97 0.47 0.08 328.68 0.95 0.47
Hex EA 6 7D 0 61 2F 8 149 5F 2F
Octal 352 6 175 0 141 57 10 511 137 57
Binary 11101010 110 1111101 0 1100001 101111 1000 101001001 1011111 101111

Color Harmonies of #EA067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA067D

Black with #EA067D

Text Example


Text Example

White with #EA067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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