Html Css Color HEX #EA528C Dark Pink

📋 copy color: '#EA528C'

red 234 ◦ green 82 ◦ blue 140

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

Shades of Dark Pink #EA528C

Tints of Dark Pink #EA528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.98%

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

R = 51.32%
G = 17.98%
B = 30.7%

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

#EA528C (or 0xEA528C) is known color: Dark Pink. HEX triplet: EA, 52 and 8C. RGB value is (234,82,140). Sum of RGB (Red+Green+Blue) = 234+82+140=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA528C is #15AD73. Grayscale: #858585. Windows color (decimal): -1420660 or 9196266. OLE color: 9196266.

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

Color convert

RGB 234 82 140 -
CMYK 0 0.65 0.40 0.08
HSL 337.11º 0.78% 0.62% -
HSV(B) 337.11º 0.65% 0.92% -
XYZ 41.68 25.42 27.52 -
YUV 134.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 234 82 140 0 0.65 0.40 0.08 337.11 0.78 0.62
Hex EA 52 8C 0 41 28 8 151 4E 3E
Octal 352 122 214 0 101 50 10 521 116 76
Binary 11101010 1010010 10001100 0 1000001 101000 1000 101010001 1001110 111110

Color Harmonies of #EA528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA528C

Black with #EA528C

Text Example


Text Example

White with #EA528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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