Html Css Color HEX #EB4275 Dark Pink

📋 copy color: '#EB4275'

red 235 ◦ green 66 ◦ blue 117

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

Shades of Dark Pink #EB4275

Tints of Dark Pink #EB4275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

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

R = 56.22%
G = 15.79%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB4275 (or 0xEB4275) is known color: Dark Pink. HEX triplet: EB, 42 and 75. RGB value is (235,66,117). Sum of RGB (Red+Green+Blue) = 235+66+117=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4275 is #14BD8A. Grayscale: #7A7A7A. Windows color (decimal): -1359243 or 7684843. OLE color: 7684843.

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

Color convert

RGB 235 66 117 -
CMYK 0 0.72 0.50 0.08
HSL 341.89º 0.81% 0.59% -
HSV(B) 341.89º 0.72% 0.92% -
XYZ 39.42 22.84 19.16 -
YUV 122.35 124.99 208.35 -
System Red Green Blue C M Y K H S L
Decimal 235 66 117 0 0.72 0.50 0.08 341.89 0.81 0.59
Hex EB 42 75 0 48 32 8 156 51 3B
Octal 353 102 165 0 110 62 10 526 121 73
Binary 11101011 1000010 1110101 0 1001000 110010 1000 101010110 1010001 111011

Color Harmonies of #EB4275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4275

Black with #EB4275

Text Example


Text Example

White with #EB4275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4275; }

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

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

background-color css

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

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

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

border-color css

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

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

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