Html Css Color HEX #EB4E7F Dark Pink

📋 copy color: '#EB4E7F'

red 235 ◦ green 78 ◦ blue 127

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

Shades of Dark Pink #EB4E7F

Tints of Dark Pink #EB4E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.73%

 BLUE value IS 127 (50% from 255) = 28.86%

R = 53.41%
G = 17.73%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB4E7F (or 0xEB4E7F) is known color: Dark Pink. HEX triplet: EB, 4E and 7F. RGB value is (235,78,127). Sum of RGB (Red+Green+Blue) = 235+78+127=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4E7F is #14B180. Grayscale: #828282. Windows color (decimal): -1356161 or 8343275. OLE color: 8343275.

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

Color convert

RGB 235 78 127 -
CMYK 0 0.67 0.46 0.08
HSL 341.27º 0.8% 0.61% -
HSV(B) 341.27º 0.67% 0.92% -
XYZ 40.82 24.64 22.68 -
YUV 130.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 235 78 127 0 0.67 0.46 0.08 341.27 0.8 0.61
Hex EB 4E 7F 0 43 2E 8 155 50 3D
Octal 353 116 177 0 103 56 10 525 120 75
Binary 11101011 1001110 1111111 0 1000011 101110 1000 101010101 1010000 111101

Color Harmonies of #EB4E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4E7F

Black with #EB4E7F

Text Example


Text Example

White with #EB4E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4E7F; }

 p { color: rgb(235,78,127); }

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

background-color css

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

 a { background-color: rgb(235,78,127); }

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

border-color css

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

 span { border-color: rgb(235,78,127); }

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