Html Css Color HEX #EB467C Dark Pink

📋 copy color: '#EB467C'

red 235 ◦ green 70 ◦ blue 124

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

Shades of Dark Pink #EB467C

Tints of Dark Pink #EB467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.32%

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 54.78%
G = 16.32%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB467C (or 0xEB467C) is known color: Dark Pink. HEX triplet: EB, 46 and 7C. RGB value is (235,70,124). Sum of RGB (Red+Green+Blue) = 235+70+124=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB467C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB467C is #14B983. Grayscale: #7D7D7D. Windows color (decimal): -1358212 or 8144619. OLE color: 8144619.

HSL color Cylindrical-coordinate representation of color #EB467C: hue angle of 340.36º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB467C is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 70 124 -
CMYK 0 0.70 0.47 0.08
HSL 340.36º 0.8% 0.6% -
HSV(B) 340.36º 0.7% 0.92% -
XYZ 40.09 23.5 21.49 -
YUV 125.49 127.16 206.11 -
System Red Green Blue C M Y K H S L
Decimal 235 70 124 0 0.70 0.47 0.08 340.36 0.8 0.6
Hex EB 46 7C 0 46 2F 8 154 50 3C
Octal 353 106 174 0 106 57 10 524 120 74
Binary 11101011 1000110 1111100 0 1000110 101111 1000 101010100 1010000 111100

Color Harmonies of #EB467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB467C

Black with #EB467C

Text Example


Text Example

White with #EB467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB467C; }

 p { color: rgb(235,70,124); }

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

background-color css

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

 a { background-color: rgb(235,70,124); }

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

border-color css

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

 span { border-color: rgb(235,70,124); }

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