Html Css Color HEX #EB4575 Dark Pink

📋 copy color: '#EB4575'

red 235 ◦ green 69 ◦ blue 117

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

Shades of Dark Pink #EB4575

Tints of Dark Pink #EB4575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.79%

R = 55.82%
G = 16.39%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB4575 (or 0xEB4575) is known color: Dark Pink. HEX triplet: EB, 45 and 75. RGB value is (235,69,117). Sum of RGB (Red+Green+Blue) = 235+69+117=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4575 is #14BA8A. Grayscale: #7C7C7C. Windows color (decimal): -1358475 or 7685611. OLE color: 7685611.

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

Color convert

RGB 235 69 117 -
CMYK 0 0.71 0.50 0.08
HSL 342.65º 0.81% 0.6% -
HSV(B) 342.65º 0.71% 0.92% -
XYZ 39.6 23.2 19.22 -
YUV 124.11 124 207.1 -
System Red Green Blue C M Y K H S L
Decimal 235 69 117 0 0.71 0.50 0.08 342.65 0.81 0.6
Hex EB 45 75 0 47 32 8 157 51 3C
Octal 353 105 165 0 107 62 10 527 121 74
Binary 11101011 1000101 1110101 0 1000111 110010 1000 101010111 1010001 111100

Color Harmonies of #EB4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4575

Black with #EB4575

Text Example


Text Example

White with #EB4575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4575; }

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

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

background-color css

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

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

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

border-color css

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

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

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