Html Css Color HEX #EA7DDA Pale Magenta

📋 copy color: '#EA7DDA'

red 234 ◦ green 125 ◦ blue 218

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

Shades of Pale Magenta #EA7DDA

Tints of Pale Magenta #EA7DDA

RGB

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

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

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

R = 40.55%
G = 21.66%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA7DDA (or 0xEA7DDA) is known color: Pale Magenta. HEX triplet: EA, 7D and DA. RGB value is (234,125,218). Sum of RGB (Red+Green+Blue) = 234+125+218=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DDA is #158225. Grayscale: #A7A7A7. Windows color (decimal): -1409574 or 14319082. OLE color: 14319082.

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

Color convert

RGB 234 125 218 -
CMYK 0 0.47 0.07 0.08
HSL 308.81º 0.72% 0.7% -
HSV(B) 308.81º 0.47% 0.92% -
XYZ 53.92 37.22 70.67 -
YUV 168.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 234 125 218 0 0.47 0.07 0.08 308.81 0.72 0.7
Hex EA 7D DA 0 2F 7 8 135 48 46
Octal 352 175 332 0 57 7 10 465 110 106
Binary 11101010 1111101 11011010 0 101111 111 1000 100110101 1001000 1000110

Color Harmonies of #EA7DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DDA

Black with #EA7DDA

Text Example


Text Example

White with #EA7DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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