Html Css Color HEX #EB497A Dark Pink

📋 copy color: '#EB497A'

red 235 ◦ green 73 ◦ blue 122

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

Shades of Dark Pink #EB497A

Tints of Dark Pink #EB497A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.98%

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

R = 54.65%
G = 16.98%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB497A (or 0xEB497A) is known color: Dark Pink. HEX triplet: EB, 49 and 7A. RGB value is (235,73,122). Sum of RGB (Red+Green+Blue) = 235+73+122=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB497A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB497A is #14B685. Grayscale: #7E7E7E. Windows color (decimal): -1357446 or 8014315. OLE color: 8014315.

HSL color Cylindrical-coordinate representation of color #EB497A: hue angle of 341.85º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB497A is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 73 122 -
CMYK 0 0.69 0.48 0.08
HSL 341.85º 0.8% 0.6% -
HSV(B) 341.85º 0.69% 0.92% -
XYZ 40.16 23.83 20.9 -
YUV 127.02 125.17 205.02 -
System Red Green Blue C M Y K H S L
Decimal 235 73 122 0 0.69 0.48 0.08 341.85 0.8 0.6
Hex EB 49 7A 0 45 30 8 156 50 3C
Octal 353 111 172 0 105 60 10 526 120 74
Binary 11101011 1001001 1111010 0 1000101 110000 1000 101010110 1010000 111100

Color Harmonies of #EB497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB497A

Black with #EB497A

Text Example


Text Example

White with #EB497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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