Html Css Color HEX #EB4A71 Dark Pink

📋 copy color: '#EB4A71'

red 235 ◦ green 74 ◦ blue 113

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

Shades of Dark Pink #EB4A71

Tints of Dark Pink #EB4A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.54%

 BLUE value IS 113 (44.53% from 255) = 26.78%

R = 55.69%
G = 17.54%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB4A71 (or 0xEB4A71) is known color: Dark Pink. HEX triplet: EB, 4A and 71. RGB value is (235,74,113). Sum of RGB (Red+Green+Blue) = 235+74+113=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4A71 is #14B58E. Grayscale: #7E7E7E. Windows color (decimal): -1357199 or 7424747. OLE color: 7424747.

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

Color convert

RGB 235 74 113 -
CMYK 0 0.69 0.52 0.08
HSL 345.47º 0.8% 0.61% -
HSV(B) 345.47º 0.69% 0.92% -
XYZ 39.69 23.75 18.12 -
YUV 126.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 235 74 113 0 0.69 0.52 0.08 345.47 0.8 0.61
Hex EB 4A 71 0 45 34 8 159 50 3D
Octal 353 112 161 0 105 64 10 531 120 75
Binary 11101011 1001010 1110001 0 1000101 110100 1000 101011001 1010000 111101

Color Harmonies of #EB4A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A71

Black with #EB4A71

Text Example


Text Example

White with #EB4A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A71; }

 p { color: rgb(235,74,113); }

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

background-color css

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

 a { background-color: rgb(235,74,113); }

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

border-color css

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

 span { border-color: rgb(235,74,113); }

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