Html Css Color HEX #EA508A Dark Pink

📋 copy color: '#EA508A'

red 234 ◦ green 80 ◦ blue 138

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

Shades of Dark Pink #EA508A

Tints of Dark Pink #EA508A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.7%

 BLUE value IS 138 (54.3% from 255) = 30.53%

R = 51.77%
G = 17.7%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA508A (or 0xEA508A) is known color: Dark Pink. HEX triplet: EA, 50 and 8A. RGB value is (234,80,138). Sum of RGB (Red+Green+Blue) = 234+80+138=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA508A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA508A is #15AF75. Grayscale: #848484. Windows color (decimal): -1421174 or 9064682. OLE color: 9064682.

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

Color convert

RGB 234 80 138 -
CMYK 0 0.66 0.41 0.08
HSL 337.4º 0.79% 0.62% -
HSV(B) 337.4º 0.66% 0.92% -
XYZ 41.39 25.06 26.7 -
YUV 132.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 234 80 138 0 0.66 0.41 0.08 337.4 0.79 0.62
Hex EA 50 8A 0 42 29 8 151 4F 3E
Octal 352 120 212 0 102 51 10 521 117 76
Binary 11101010 1010000 10001010 0 1000010 101001 1000 101010001 1001111 111110

Color Harmonies of #EA508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA508A

Black with #EA508A

Text Example


Text Example

White with #EA508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA508A; }

 p { color: rgb(234,80,138); }

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

background-color css

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

 a { background-color: rgb(234,80,138); }

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

border-color css

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

 span { border-color: rgb(234,80,138); }

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