Html Css Color HEX #EA85DE Pale Magenta

📋 copy color: '#EA85DE'

red 234 ◦ green 133 ◦ blue 222

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

Shades of Pale Magenta #EA85DE

Tints of Pale Magenta #EA85DE

RGB

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

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

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

R = 39.73%
G = 22.58%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA85DE (or 0xEA85DE) is known color: Pale Magenta. HEX triplet: EA, 85 and DE. RGB value is (234,133,222). Sum of RGB (Red+Green+Blue) = 234+133+222=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85DE is #157A21. Grayscale: #ADADAD. Windows color (decimal): -1407522 or 14583274. OLE color: 14583274.

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

Color convert

RGB 234 133 222 -
CMYK 0 0.43 0.05 0.08
HSL 307.13º 0.71% 0.72% -
HSV(B) 307.13º 0.43% 0.92% -
XYZ 55.5 39.54 73.81 -
YUV 173.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 234 133 222 0 0.43 0.05 0.08 307.13 0.71 0.72
Hex EA 85 DE 0 2B 5 8 133 47 48
Octal 352 205 336 0 53 5 10 463 107 110
Binary 11101010 10000101 11011110 0 101011 101 1000 100110011 1000111 1001000

Color Harmonies of #EA85DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA85DE

Black with #EA85DE

Text Example


Text Example

White with #EA85DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA85DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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