Html Css Color HEX #EA84DE Pale Magenta

📋 copy color: '#EA84DE'

red 234 ◦ green 132 ◦ blue 222

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

Shades of Pale Magenta #EA84DE

Tints of Pale Magenta #EA84DE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.45%

 BLUE value IS 222 (87.11% from 255) = 37.76%

R = 39.8%
G = 22.45%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA84DE (or 0xEA84DE) is known color: Pale Magenta. HEX triplet: EA, 84 and DE. RGB value is (234,132,222). Sum of RGB (Red+Green+Blue) = 234+132+222=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84DE is #157B21. Grayscale: #ACACAC. Windows color (decimal): -1407778 or 14583018. OLE color: 14583018.

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

Color convert

RGB 234 132 222 -
CMYK 0 0.44 0.05 0.08
HSL 307.06º 0.71% 0.72% -
HSV(B) 307.06º 0.44% 0.92% -
XYZ 55.37 39.27 73.77 -
YUV 172.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 234 132 222 0 0.44 0.05 0.08 307.06 0.71 0.72
Hex EA 84 DE 0 2C 5 8 133 47 48
Octal 352 204 336 0 54 5 10 463 107 110
Binary 11101010 10000100 11011110 0 101100 101 1000 100110011 1000111 1001000

Color Harmonies of #EA84DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA84DE

Black with #EA84DE

Text Example


Text Example

White with #EA84DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA84DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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