Html Css Color HEX #EB527A Dark Pink

📋 copy color: '#EB527A'

red 235 ◦ green 82 ◦ blue 122

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

Shades of Dark Pink #EB527A

Tints of Dark Pink #EB527A

RGB

 RED value IS 235 (92.19% from 255) = 53.53%

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

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 53.53%
G = 18.68%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB527A (or 0xEB527A) is known color: Dark Pink. HEX triplet: EB, 52 and 7A. RGB value is (235,82,122). Sum of RGB (Red+Green+Blue) = 235+82+122=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB527A is #14AD85. Grayscale: #848484. Windows color (decimal): -1355142 or 8016619. OLE color: 8016619.

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

Color convert

RGB 235 82 122 -
CMYK 0 0.65 0.48 0.08
HSL 344.31º 0.79% 0.62% -
HSV(B) 344.31º 0.65% 0.92% -
XYZ 40.79 25.1 21.11 -
YUV 132.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 235 82 122 0 0.65 0.48 0.08 344.31 0.79 0.62
Hex EB 52 7A 0 41 30 8 158 4F 3E
Octal 353 122 172 0 101 60 10 530 117 76
Binary 11101011 1010010 1111010 0 1000001 110000 1000 101011000 1001111 111110

Color Harmonies of #EB527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB527A

Black with #EB527A

Text Example


Text Example

White with #EB527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB527A; }

 p { color: rgb(235,82,122); }

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

background-color css

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

 a { background-color: rgb(235,82,122); }

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

border-color css

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

 span { border-color: rgb(235,82,122); }

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