Html Css Color HEX #EA85DA Pale Magenta

📋 copy color: '#EA85DA'

red 234 ◦ green 133 ◦ blue 218

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

Shades of Pale Magenta #EA85DA

Tints of Pale Magenta #EA85DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.74%

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 40%
G = 22.74%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA85DA (or 0xEA85DA) is known color: Pale Magenta. HEX triplet: EA, 85 and DA. RGB value is (234,133,218). Sum of RGB (Red+Green+Blue) = 234+133+218=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85DA is #157A25. Grayscale: #ACACAC. Windows color (decimal): -1407526 or 14321130. OLE color: 14321130.

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

Color convert

RGB 234 133 218 -
CMYK 0 0.43 0.07 0.08
HSL 309.5º 0.71% 0.72% -
HSV(B) 309.5º 0.43% 0.92% -
XYZ 54.97 39.33 71.02 -
YUV 172.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 234 133 218 0 0.43 0.07 0.08 309.5 0.71 0.72
Hex EA 85 DA 0 2B 7 8 136 47 48
Octal 352 205 332 0 53 7 10 466 107 110
Binary 11101010 10000101 11011010 0 101011 111 1000 100110110 1000111 1001000

Color Harmonies of #EA85DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA85DA

Black with #EA85DA

Text Example


Text Example

White with #EA85DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA85DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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