Html Css Color HEX #EA4F73 Dark Pink

📋 copy color: '#EA4F73'

red 234 ◦ green 79 ◦ blue 115

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

Shades of Dark Pink #EA4F73

Tints of Dark Pink #EA4F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.46%

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 54.67%
G = 18.46%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA4F73 (or 0xEA4F73) is known color: Dark Pink. HEX triplet: EA, 4F and 73. RGB value is (234,79,115). Sum of RGB (Red+Green+Blue) = 234+79+115=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4F73 is #15B08C. Grayscale: #818181. Windows color (decimal): -1421453 or 7557098. OLE color: 7557098.

HSL color Cylindrical-coordinate representation of color #EA4F73: hue angle of 346.06º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA4F73 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 79 115 -
CMYK 0 0.66 0.51 0.08
HSL 346.06º 0.79% 0.61% -
HSV(B) 346.06º 0.66% 0.92% -
XYZ 39.82 24.32 18.82 -
YUV 129.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 234 79 115 0 0.66 0.51 0.08 346.06 0.79 0.61
Hex EA 4F 73 0 42 33 8 15A 4F 3D
Octal 352 117 163 0 102 63 10 532 117 75
Binary 11101010 1001111 1110011 0 1000010 110011 1000 101011010 1001111 111101

Color Harmonies of #EA4F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4F73

Black with #EA4F73

Text Example


Text Example

White with #EA4F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4F73; }

 p { color: rgb(234,79,115); }

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

background-color css

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

 a { background-color: rgb(234,79,115); }

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

border-color css

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

 span { border-color: rgb(234,79,115); }

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