Html Css Color HEX #EA4B80 Dark Pink

📋 copy color: '#EA4B80'

red 234 ◦ green 75 ◦ blue 128

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

Shades of Dark Pink #EA4B80

Tints of Dark Pink #EA4B80

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.16%

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 53.55%
G = 17.16%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA4B80 (or 0xEA4B80) is known color: Dark Pink. HEX triplet: EA, 4B and 80. RGB value is (234,75,128). Sum of RGB (Red+Green+Blue) = 234+75+128=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4B80 is #15B47F. Grayscale: #808080. Windows color (decimal): -1422464 or 8408042. OLE color: 8408042.

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

Color convert

RGB 234 75 128 -
CMYK 0 0.68 0.45 0.08
HSL 340º 0.79% 0.61% -
HSV(B) 340º 0.68% 0.92% -
XYZ 40.34 24.08 22.94 -
YUV 128.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 234 75 128 0 0.68 0.45 0.08 340 0.79 0.61
Hex EA 4B 80 0 44 2D 8 154 4F 3D
Octal 352 113 200 0 104 55 10 524 117 75
Binary 11101010 1001011 10000000 0 1000100 101101 1000 101010100 1001111 111101

Color Harmonies of #EA4B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4B80

Black with #EA4B80

Text Example


Text Example

White with #EA4B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4B80; }

 p { color: rgb(234,75,128); }

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

background-color css

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

 a { background-color: rgb(234,75,128); }

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

border-color css

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

 span { border-color: rgb(234,75,128); }

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