Html Css Color HEX #EA538D Dark Pink

📋 copy color: '#EA538D'

red 234 ◦ green 83 ◦ blue 141

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

Shades of Dark Pink #EA538D

Tints of Dark Pink #EA538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.12%

 BLUE value IS 141 (55.47% from 255) = 30.79%

R = 51.09%
G = 18.12%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA538D (or 0xEA538D) is known color: Dark Pink. HEX triplet: EA, 53 and 8D. RGB value is (234,83,141). Sum of RGB (Red+Green+Blue) = 234+83+141=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA538D is #15AC72. Grayscale: #868686. Windows color (decimal): -1420403 or 9262058. OLE color: 9262058.

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

Color convert

RGB 234 83 141 -
CMYK 0 0.65 0.40 0.08
HSL 336.95º 0.78% 0.62% -
HSV(B) 336.95º 0.65% 0.92% -
XYZ 41.83 25.6 27.94 -
YUV 134.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 234 83 141 0 0.65 0.40 0.08 336.95 0.78 0.62
Hex EA 53 8D 0 41 28 8 151 4E 3E
Octal 352 123 215 0 101 50 10 521 116 76
Binary 11101010 1010011 10001101 0 1000001 101000 1000 101010001 1001110 111110

Color Harmonies of #EA538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA538D

Black with #EA538D

Text Example


Text Example

White with #EA538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA538D; }

 p { color: rgb(234,83,141); }

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

background-color css

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

 a { background-color: rgb(234,83,141); }

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

border-color css

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

 span { border-color: rgb(234,83,141); }

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