Html Css Color HEX #EA80D0 Pale Magenta

📋 copy color: '#EA80D0'

red 234 ◦ green 128 ◦ blue 208

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

Shades of Pale Magenta #EA80D0

Tints of Pale Magenta #EA80D0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.46%

 BLUE value IS 208 (81.64% from 255) = 36.49%

R = 41.05%
G = 22.46%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA80D0 (or 0xEA80D0) is known color: Pale Magenta. HEX triplet: EA, 80 and D0. RGB value is (234,128,208). Sum of RGB (Red+Green+Blue) = 234+128+208=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80D0 is #157F2F. Grayscale: #A8A8A8. Windows color (decimal): -1408816 or 13664490. OLE color: 13664490.

HSL color Cylindrical-coordinate representation of color #EA80D0: hue angle of 314.72º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA80D0 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 128 208 -
CMYK 0 0.45 0.11 0.08
HSL 314.72º 0.72% 0.71% -
HSV(B) 314.72º 0.45% 0.92% -
XYZ 53.04 37.48 64.11 -
YUV 168.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 234 128 208 0 0.45 0.11 0.08 314.72 0.72 0.71
Hex EA 80 D0 0 2D B 8 13B 48 47
Octal 352 200 320 0 55 13 10 473 110 107
Binary 11101010 10000000 11010000 0 101101 1011 1000 100111011 1001000 1000111

Color Harmonies of #EA80D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA80D0

Black with #EA80D0

Text Example


Text Example

White with #EA80D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA80D0; }

 p { color: rgb(234,128,208); }

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

background-color css

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

 a { background-color: rgb(234,128,208); }

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

border-color css

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

 span { border-color: rgb(234,128,208); }

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