Html Css Color HEX #EA457A Dark Pink

📋 copy color: '#EA457A'

red 234 ◦ green 69 ◦ blue 122

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

Shades of Dark Pink #EA457A

Tints of Dark Pink #EA457A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.24%

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

R = 55.06%
G = 16.24%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA457A (or 0xEA457A) is known color: Dark Pink. HEX triplet: EA, 45 and 7A. RGB value is (234,69,122). Sum of RGB (Red+Green+Blue) = 234+69+122=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA457A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA457A is #15BA85. Grayscale: #7C7C7C. Windows color (decimal): -1424006 or 8013290. OLE color: 8013290.

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

Color convert

RGB 234 69 122 -
CMYK 0 0.71 0.48 0.08
HSL 340.73º 0.8% 0.59% -
HSV(B) 340.73º 0.71% 0.92% -
XYZ 39.57 23.15 20.8 -
YUV 124.38 126.66 206.19 -
System Red Green Blue C M Y K H S L
Decimal 234 69 122 0 0.71 0.48 0.08 340.73 0.8 0.59
Hex EA 45 7A 0 47 30 8 155 50 3B
Octal 352 105 172 0 107 60 10 525 120 73
Binary 11101010 1000101 1111010 0 1000111 110000 1000 101010101 1010000 111011

Color Harmonies of #EA457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA457A

Black with #EA457A

Text Example


Text Example

White with #EA457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA457A; }

 p { color: rgb(234,69,122); }

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

background-color css

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

 a { background-color: rgb(234,69,122); }

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

border-color css

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

 span { border-color: rgb(234,69,122); }

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