Html Css Color HEX #EA85DD Pale Magenta

📋 copy color: '#EA85DD'

red 234 ◦ green 133 ◦ blue 221

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

Shades of Pale Magenta #EA85DD

Tints of Pale Magenta #EA85DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.59%

R = 39.8%
G = 22.62%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA85DD (or 0xEA85DD) is known color: Pale Magenta. HEX triplet: EA, 85 and DD. RGB value is (234,133,221). Sum of RGB (Red+Green+Blue) = 234+133+221=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85DD is #157A22. Grayscale: #ACACAC. Windows color (decimal): -1407523 or 14517738. OLE color: 14517738.

HSL color Cylindrical-coordinate representation of color #EA85DD: hue angle of 307.72º 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 #EA85DD is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 133 221 -
CMYK 0 0.43 0.06 0.08
HSL 307.72º 0.71% 0.72% -
HSV(B) 307.72º 0.43% 0.92% -
XYZ 55.37 39.49 73.11 -
YUV 173.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 234 133 221 0 0.43 0.06 0.08 307.72 0.71 0.72
Hex EA 85 DD 0 2B 6 8 134 47 48
Octal 352 205 335 0 53 6 10 464 107 110
Binary 11101010 10000101 11011101 0 101011 110 1000 100110100 1000111 1001000

Color Harmonies of #EA85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA85DD

Black with #EA85DD

Text Example


Text Example

White with #EA85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA85DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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