Html Css Color HEX #EA4675 Dark Pink

📋 copy color: '#EA4675'

red 234 ◦ green 70 ◦ blue 117

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

Shades of Dark Pink #EA4675

Tints of Dark Pink #EA4675

RGB

 RED value IS 234 (91.8% from 255) = 55.58%

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

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

R = 55.58%
G = 16.63%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA4675 (or 0xEA4675) is known color: Dark Pink. HEX triplet: EA, 46 and 75. RGB value is (234,70,117). Sum of RGB (Red+Green+Blue) = 234+70+117=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4675 is #15B98A. Grayscale: #7C7C7C. Windows color (decimal): -1423755 or 7685866. OLE color: 7685866.

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

Color convert

RGB 234 70 117 -
CMYK 0 0.70 0.5 0.08
HSL 342.8º 0.8% 0.6% -
HSV(B) 342.8º 0.7% 0.92% -
XYZ 39.33 23.16 19.23 -
YUV 124.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 234 70 117 0 0.70 0.5 0.08 342.8 0.8 0.6
Hex EA 46 75 0 46 32 8 157 50 3C
Octal 352 106 165 0 106 62 10 527 120 74
Binary 11101010 1000110 1110101 0 1000110 110010 1000 101010111 1010000 111100

Color Harmonies of #EA4675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4675

Black with #EA4675

Text Example


Text Example

White with #EA4675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4675; }

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

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

background-color css

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

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

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

border-color css

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

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

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