Html Css Color HEX #EA6284 Dark Pink

📋 copy color: '#EA6284'

red 234 ◦ green 98 ◦ blue 132

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

Shades of Dark Pink #EA6284

Tints of Dark Pink #EA6284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.12%

 BLUE value IS 132 (51.95% from 255) = 28.45%

R = 50.43%
G = 21.12%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA6284 (or 0xEA6284) is known color: Dark Pink. HEX triplet: EA, 62 and 84. RGB value is (234,98,132). Sum of RGB (Red+Green+Blue) = 234+98+132=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6284 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6284 is #159D7B. Grayscale: #8E8E8E. Windows color (decimal): -1416572 or 8676074. OLE color: 8676074.

HSL color Cylindrical-coordinate representation of color #EA6284: hue angle of 345º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA6284 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 98 132 -
CMYK 0 0.58 0.44 0.08
HSL 345º 0.76% 0.65% -
HSV(B) 345º 0.58% 0.92% -
XYZ 42.46 27.89 24.98 -
YUV 142.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 234 98 132 0 0.58 0.44 0.08 345 0.76 0.65
Hex EA 62 84 0 3A 2C 8 159 4C 41
Octal 352 142 204 0 72 54 10 531 114 101
Binary 11101010 1100010 10000100 0 111010 101100 1000 101011001 1001100 1000001

Color Harmonies of #EA6284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6284

Black with #EA6284

Text Example


Text Example

White with #EA6284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6284; }

 p { color: rgb(234,98,132); }

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

background-color css

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

 a { background-color: rgb(234,98,132); }

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

border-color css

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

 span { border-color: rgb(234,98,132); }

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