Html Css Color HEX #EA4D85 Dark Pink

📋 copy color: '#EA4D85'

red 234 ◦ green 77 ◦ blue 133

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

Shades of Dark Pink #EA4D85

Tints of Dark Pink #EA4D85

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.34%

 BLUE value IS 133 (52.34% from 255) = 29.95%

R = 52.7%
G = 17.34%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA4D85 (or 0xEA4D85) is known color: Dark Pink. HEX triplet: EA, 4D and 85. RGB value is (234,77,133). Sum of RGB (Red+Green+Blue) = 234+77+133=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4D85 is #15B27A. Grayscale: #828282. Windows color (decimal): -1421947 or 8736234. OLE color: 8736234.

HSL color Cylindrical-coordinate representation of color #EA4D85: hue angle of 338.6º degrees, saturation: 0.79, 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 #EA4D85 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 77 133 -
CMYK 0 0.67 0.43 0.08
HSL 338.6º 0.79% 0.61% -
HSV(B) 338.6º 0.67% 0.92% -
XYZ 40.82 24.49 24.77 -
YUV 130.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 234 77 133 0 0.67 0.43 0.08 338.6 0.79 0.61
Hex EA 4D 85 0 43 2B 8 153 4F 3D
Octal 352 115 205 0 103 53 10 523 117 75
Binary 11101010 1001101 10000101 0 1000011 101011 1000 101010011 1001111 111101

Color Harmonies of #EA4D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D85

Black with #EA4D85

Text Example


Text Example

White with #EA4D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D85; }

 p { color: rgb(234,77,133); }

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

background-color css

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

 a { background-color: rgb(234,77,133); }

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

border-color css

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

 span { border-color: rgb(234,77,133); }

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