Html Css Color HEX #EB4A72 Dark Pink

📋 copy color: '#EB4A72'

red 235 ◦ green 74 ◦ blue 114

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

Shades of Dark Pink #EB4A72

Tints of Dark Pink #EB4A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 55.56%
G = 17.49%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB4A72 (or 0xEB4A72) is known color: Dark Pink. HEX triplet: EB, 4A and 72. RGB value is (235,74,114). Sum of RGB (Red+Green+Blue) = 235+74+114=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4A72 is #14B58D. Grayscale: #7E7E7E. Windows color (decimal): -1357198 or 7490283. OLE color: 7490283.

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

Color convert

RGB 235 74 114 -
CMYK 0 0.69 0.51 0.08
HSL 345.09º 0.8% 0.61% -
HSV(B) 345.09º 0.69% 0.92% -
XYZ 39.75 23.77 18.41 -
YUV 126.7 120.84 205.25 -
System Red Green Blue C M Y K H S L
Decimal 235 74 114 0 0.69 0.51 0.08 345.09 0.8 0.61
Hex EB 4A 72 0 45 33 8 159 50 3D
Octal 353 112 162 0 105 63 10 531 120 75
Binary 11101011 1001010 1110010 0 1000101 110011 1000 101011001 1010000 111101

Color Harmonies of #EB4A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A72

Black with #EB4A72

Text Example


Text Example

White with #EB4A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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