Html Css Color HEX #EB457A Dark Pink

📋 copy color: '#EB457A'

red 235 ◦ green 69 ◦ blue 122

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

Shades of Dark Pink #EB457A

Tints of Dark Pink #EB457A

RGB

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

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

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

R = 55.16%
G = 16.2%
B = 28.64%

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

#EB457A (or 0xEB457A) is known color: Dark Pink. HEX triplet: EB, 45 and 7A. RGB value is (235,69,122). Sum of RGB (Red+Green+Blue) = 235+69+122=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB457A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB457A is #14BA85. Grayscale: #7C7C7C. Windows color (decimal): -1358470 or 8013291. OLE color: 8013291.

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

Color convert

RGB 235 69 122 -
CMYK 0 0.71 0.48 0.08
HSL 340.84º 0.81% 0.6% -
HSV(B) 340.84º 0.71% 0.92% -
XYZ 39.9 23.32 20.81 -
YUV 124.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 235 69 122 0 0.71 0.48 0.08 340.84 0.81 0.6
Hex EB 45 7A 0 47 30 8 155 51 3C
Octal 353 105 172 0 107 60 10 525 121 74
Binary 11101011 1000101 1111010 0 1000111 110000 1000 101010101 1010001 111100

Color Harmonies of #EB457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB457A

Black with #EB457A

Text Example


Text Example

White with #EB457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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