Html Css Color HEX #EA538C Dark Pink

📋 copy color: '#EA538C'

red 234 ◦ green 83 ◦ blue 140

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

Shades of Dark Pink #EA538C

Tints of Dark Pink #EA538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.63%

R = 51.2%
G = 18.16%
B = 30.63%

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

#EA538C (or 0xEA538C) is known color: Dark Pink. HEX triplet: EA, 53 and 8C. RGB value is (234,83,140). Sum of RGB (Red+Green+Blue) = 234+83+140=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA538C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA538C is #15AC73. Grayscale: #868686. Windows color (decimal): -1420404 or 9196522. OLE color: 9196522.

HSL color Cylindrical-coordinate representation of color #EA538C: hue angle of 337.35º 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 #EA538C is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 83 140 -
CMYK 0 0.65 0.40 0.08
HSL 337.35º 0.78% 0.62% -
HSV(B) 337.35º 0.65% 0.92% -
XYZ 41.76 25.57 27.55 -
YUV 134.65 131.03 198.87 -
System Red Green Blue C M Y K H S L
Decimal 234 83 140 0 0.65 0.40 0.08 337.35 0.78 0.62
Hex EA 53 8C 0 41 28 8 151 4E 3E
Octal 352 123 214 0 101 50 10 521 116 76
Binary 11101010 1010011 10001100 0 1000001 101000 1000 101010001 1001110 111110

Color Harmonies of #EA538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA538C

Black with #EA538C

Text Example


Text Example

White with #EA538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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