Html Css Color HEX #EA4377 Dark Pink

📋 copy color: '#EA4377'

red 234 ◦ green 67 ◦ blue 119

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

Shades of Dark Pink #EA4377

Tints of Dark Pink #EA4377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.95%

 BLUE value IS 119 (46.88% from 255) = 28.33%

R = 55.71%
G = 15.95%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA4377 (or 0xEA4377) is known color: Dark Pink. HEX triplet: EA, 43 and 77. RGB value is (234,67,119). Sum of RGB (Red+Green+Blue) = 234+67+119=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4377 is #15BC88. Grayscale: #7A7A7A. Windows color (decimal): -1424521 or 7816170. OLE color: 7816170.

HSL color Cylindrical-coordinate representation of color #EA4377: hue angle of 341.32º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA4377 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 67 119 -
CMYK 0 0.71 0.49 0.08
HSL 341.32º 0.8% 0.59% -
HSV(B) 341.32º 0.71% 0.92% -
XYZ 39.27 22.84 19.79 -
YUV 122.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 234 67 119 0 0.71 0.49 0.08 341.32 0.8 0.59
Hex EA 43 77 0 47 31 8 155 50 3B
Octal 352 103 167 0 107 61 10 525 120 73
Binary 11101010 1000011 1110111 0 1000111 110001 1000 101010101 1010000 111011

Color Harmonies of #EA4377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4377

Black with #EA4377

Text Example


Text Example

White with #EA4377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4377; }

 p { color: rgb(234,67,119); }

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

background-color css

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

 a { background-color: rgb(234,67,119); }

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

border-color css

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

 span { border-color: rgb(234,67,119); }

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