Html Css Color HEX #EA527D Dark Pink

📋 copy color: '#EA527D'

red 234 ◦ green 82 ◦ blue 125

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

Shades of Dark Pink #EA527D

Tints of Dark Pink #EA527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 53.06%
G = 18.59%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA527D (or 0xEA527D) is known color: Dark Pink. HEX triplet: EA, 52 and 7D. RGB value is (234,82,125). Sum of RGB (Red+Green+Blue) = 234+82+125=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA527D is #15AD82. Grayscale: #848484. Windows color (decimal): -1420675 or 8213226. OLE color: 8213226.

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

Color convert

RGB 234 82 125 -
CMYK 0 0.65 0.47 0.08
HSL 343.03º 0.78% 0.62% -
HSV(B) 343.03º 0.65% 0.92% -
XYZ 40.65 25.01 22.09 -
YUV 132.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 234 82 125 0 0.65 0.47 0.08 343.03 0.78 0.62
Hex EA 52 7D 0 41 2F 8 157 4E 3E
Octal 352 122 175 0 101 57 10 527 116 76
Binary 11101010 1010010 1111101 0 1000001 101111 1000 101010111 1001110 111110

Color Harmonies of #EA527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA527D

Black with #EA527D

Text Example


Text Example

White with #EA527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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