Html Css Color HEX #EA477A Dark Pink

📋 copy color: '#EA477A'

red 234 ◦ green 71 ◦ blue 122

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

Shades of Dark Pink #EA477A

Tints of Dark Pink #EA477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.63%

 BLUE value IS 122 (48.05% from 255) = 28.57%

R = 54.8%
G = 16.63%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA477A (or 0xEA477A) is known color: Dark Pink. HEX triplet: EA, 47 and 7A. RGB value is (234,71,122). Sum of RGB (Red+Green+Blue) = 234+71+122=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA477A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA477A is #15B885. Grayscale: #7D7D7D. Windows color (decimal): -1423494 or 8013802. OLE color: 8013802.

HSL color Cylindrical-coordinate representation of color #EA477A: hue angle of 341.23º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA477A is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 71 122 -
CMYK 0 0.70 0.48 0.08
HSL 341.23º 0.8% 0.6% -
HSV(B) 341.23º 0.7% 0.92% -
XYZ 39.7 23.4 20.84 -
YUV 125.55 126 205.35 -
System Red Green Blue C M Y K H S L
Decimal 234 71 122 0 0.70 0.48 0.08 341.23 0.8 0.6
Hex EA 47 7A 0 46 30 8 155 50 3C
Octal 352 107 172 0 106 60 10 525 120 74
Binary 11101010 1000111 1111010 0 1000110 110000 1000 101010101 1010000 111100

Color Harmonies of #EA477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA477A

Black with #EA477A

Text Example


Text Example

White with #EA477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA477A; }

 p { color: rgb(234,71,122); }

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

background-color css

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

 a { background-color: rgb(234,71,122); }

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

border-color css

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

 span { border-color: rgb(234,71,122); }

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