Html Css Color HEX #EB4675 Dark Pink

📋 copy color: '#EB4675'

red 235 ◦ green 70 ◦ blue 117

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

Shades of Dark Pink #EB4675

Tints of Dark Pink #EB4675

RGB

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

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

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

R = 55.69%
G = 16.59%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB4675 (or 0xEB4675) is known color: Dark Pink. HEX triplet: EB, 46 and 75. RGB value is (235,70,117). Sum of RGB (Red+Green+Blue) = 235+70+117=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4675 is #14B98A. Grayscale: #7C7C7C. Windows color (decimal): -1358219 or 7685867. OLE color: 7685867.

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

Color convert

RGB 235 70 117 -
CMYK 0 0.70 0.50 0.08
HSL 342.91º 0.8% 0.6% -
HSV(B) 342.91º 0.7% 0.92% -
XYZ 39.66 23.33 19.24 -
YUV 124.69 123.66 206.68 -
System Red Green Blue C M Y K H S L
Decimal 235 70 117 0 0.70 0.50 0.08 342.91 0.8 0.6
Hex EB 46 75 0 46 32 8 157 50 3C
Octal 353 106 165 0 106 62 10 527 120 74
Binary 11101011 1000110 1110101 0 1000110 110010 1000 101010111 1010000 111100

Color Harmonies of #EB4675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4675

Black with #EB4675

Text Example


Text Example

White with #EB4675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4675; }

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

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

background-color css

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

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

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

border-color css

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

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

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