Html Css Color HEX #EA82D0 Pale Magenta

📋 copy color: '#EA82D0'

red 234 ◦ green 130 ◦ blue 208

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

Shades of Pale Magenta #EA82D0

Tints of Pale Magenta #EA82D0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.73%

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

R = 40.91%
G = 22.73%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA82D0 (or 0xEA82D0) is known color: Pale Magenta. HEX triplet: EA, 82 and D0. RGB value is (234,130,208). Sum of RGB (Red+Green+Blue) = 234+130+208=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82D0 is #157D2F. Grayscale: #A9A9A9. Windows color (decimal): -1408304 or 13665002. OLE color: 13665002.

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

Color convert

RGB 234 130 208 -
CMYK 0 0.44 0.11 0.08
HSL 315º 0.71% 0.71% -
HSV(B) 315º 0.44% 0.92% -
XYZ 53.3 38.01 64.2 -
YUV 169.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 234 130 208 0 0.44 0.11 0.08 315 0.71 0.71
Hex EA 82 D0 0 2C B 8 13B 47 47
Octal 352 202 320 0 54 13 10 473 107 107
Binary 11101010 10000010 11010000 0 101100 1011 1000 100111011 1000111 1000111

Color Harmonies of #EA82D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82D0

Black with #EA82D0

Text Example


Text Example

White with #EA82D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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