Html Css Color HEX #EA527B Dark Pink

📋 copy color: '#EA527B'

red 234 ◦ green 82 ◦ blue 123

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

Shades of Dark Pink #EA527B

Tints of Dark Pink #EA527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.02%

R = 53.3%
G = 18.68%
B = 28.02%

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

#EA527B (or 0xEA527B) is known color: Dark Pink. HEX triplet: EA, 52 and 7B. RGB value is (234,82,123). Sum of RGB (Red+Green+Blue) = 234+82+123=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA527B is #15AD84. Grayscale: #848484. Windows color (decimal): -1420677 or 8082154. OLE color: 8082154.

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

Color convert

RGB 234 82 123 -
CMYK 0 0.65 0.47 0.08
HSL 343.82º 0.78% 0.62% -
HSV(B) 343.82º 0.65% 0.92% -
XYZ 40.52 24.96 21.42 -
YUV 132.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 234 82 123 0 0.65 0.47 0.08 343.82 0.78 0.62
Hex EA 52 7B 0 41 2F 8 158 4E 3E
Octal 352 122 173 0 101 57 10 530 116 76
Binary 11101010 1010010 1111011 0 1000001 101111 1000 101011000 1001110 111110

Color Harmonies of #EA527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA527B

Black with #EA527B

Text Example


Text Example

White with #EA527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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