Html Css Color HEX #EB457C Dark Pink

📋 copy color: '#EB457C'

red 235 ◦ green 69 ◦ blue 124

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

Shades of Dark Pink #EB457C

Tints of Dark Pink #EB457C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.97%

R = 54.91%
G = 16.12%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB457C (or 0xEB457C) is known color: Dark Pink. HEX triplet: EB, 45 and 7C. RGB value is (235,69,124). Sum of RGB (Red+Green+Blue) = 235+69+124=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB457C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB457C is #14BA83. Grayscale: #7C7C7C. Windows color (decimal): -1358468 or 8144363. OLE color: 8144363.

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

Color convert

RGB 235 69 124 -
CMYK 0 0.71 0.47 0.08
HSL 340.12º 0.81% 0.6% -
HSV(B) 340.12º 0.71% 0.92% -
XYZ 40.03 23.37 21.47 -
YUV 124.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 235 69 124 0 0.71 0.47 0.08 340.12 0.81 0.6
Hex EB 45 7C 0 47 2F 8 154 51 3C
Octal 353 105 174 0 107 57 10 524 121 74
Binary 11101011 1000101 1111100 0 1000111 101111 1000 101010100 1010001 111100

Color Harmonies of #EB457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB457C

Black with #EB457C

Text Example


Text Example

White with #EB457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB457C; }

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

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

background-color css

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

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

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

border-color css

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

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

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