Html Css Color HEX #EA4C7E Dark Pink

📋 copy color: '#EA4C7E'

red 234 ◦ green 76 ◦ blue 126

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

Shades of Dark Pink #EA4C7E

Tints of Dark Pink #EA4C7E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.43%

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 53.67%
G = 17.43%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA4C7E (or 0xEA4C7E) is known color: Dark Pink. HEX triplet: EA, 4C and 7E. RGB value is (234,76,126). Sum of RGB (Red+Green+Blue) = 234+76+126=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4C7E is #15B381. Grayscale: #808080. Windows color (decimal): -1422210 or 8277226. OLE color: 8277226.

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

Color convert

RGB 234 76 126 -
CMYK 0 0.68 0.46 0.08
HSL 341.01º 0.79% 0.61% -
HSV(B) 341.01º 0.68% 0.92% -
XYZ 40.28 24.17 22.28 -
YUV 128.94 126.35 202.93 -
System Red Green Blue C M Y K H S L
Decimal 234 76 126 0 0.68 0.46 0.08 341.01 0.79 0.61
Hex EA 4C 7E 0 44 2E 8 155 4F 3D
Octal 352 114 176 0 104 56 10 525 117 75
Binary 11101010 1001100 1111110 0 1000100 101110 1000 101010101 1001111 111101

Color Harmonies of #EA4C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4C7E

Black with #EA4C7E

Text Example


Text Example

White with #EA4C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4C7E; }

 p { color: rgb(234,76,126); }

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

background-color css

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

 a { background-color: rgb(234,76,126); }

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

border-color css

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

 span { border-color: rgb(234,76,126); }

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