Html Css Color HEX #EA7DDE Pale Magenta

📋 copy color: '#EA7DDE'

red 234 ◦ green 125 ◦ blue 222

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

Shades of Pale Magenta #EA7DDE

Tints of Pale Magenta #EA7DDE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.51%

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

R = 40.28%
G = 21.51%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA7DDE (or 0xEA7DDE) is known color: Pale Magenta. HEX triplet: EA, 7D and DE. RGB value is (234,125,222). Sum of RGB (Red+Green+Blue) = 234+125+222=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DDE is #158221. Grayscale: #A8A8A8. Windows color (decimal): -1409570 or 14581226. OLE color: 14581226.

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

Color convert

RGB 234 125 222 -
CMYK 0 0.47 0.05 0.08
HSL 306.61º 0.72% 0.7% -
HSV(B) 306.61º 0.47% 0.92% -
XYZ 54.45 37.43 73.46 -
YUV 168.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 234 125 222 0 0.47 0.05 0.08 306.61 0.72 0.7
Hex EA 7D DE 0 2F 5 8 133 48 46
Octal 352 175 336 0 57 5 10 463 110 106
Binary 11101010 1111101 11011110 0 101111 101 1000 100110011 1001000 1000110

Color Harmonies of #EA7DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DDE

Black with #EA7DDE

Text Example


Text Example

White with #EA7DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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