Html Css Color HEX #EA497B Dark Pink

📋 copy color: '#EA497B'

red 234 ◦ green 73 ◦ blue 123

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

Shades of Dark Pink #EA497B

Tints of Dark Pink #EA497B

RGB

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

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

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

R = 54.42%
G = 16.98%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA497B (or 0xEA497B) is known color: Dark Pink. HEX triplet: EA, 49 and 7B. RGB value is (234,73,123). Sum of RGB (Red+Green+Blue) = 234+73+123=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA497B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA497B is #15B684. Grayscale: #7E7E7E. Windows color (decimal): -1422981 or 8079850. OLE color: 8079850.

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

Color convert

RGB 234 73 123 -
CMYK 0 0.69 0.47 0.08
HSL 341.37º 0.79% 0.6% -
HSV(B) 341.37º 0.69% 0.92% -
XYZ 39.89 23.69 21.21 -
YUV 126.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 234 73 123 0 0.69 0.47 0.08 341.37 0.79 0.6
Hex EA 49 7B 0 45 2F 8 155 4F 3C
Octal 352 111 173 0 105 57 10 525 117 74
Binary 11101010 1001001 1111011 0 1000101 101111 1000 101010101 1001111 111100

Color Harmonies of #EA497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA497B

Black with #EA497B

Text Example


Text Example

White with #EA497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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