Html Css Color HEX #EA7BDA Pale Magenta

📋 copy color: '#EA7BDA'

red 234 ◦ green 123 ◦ blue 218

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

Shades of Pale Magenta #EA7BDA

Tints of Pale Magenta #EA7BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.39%

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

R = 40.7%
G = 21.39%
B = 37.91%

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

#EA7BDA (or 0xEA7BDA) is known color: Pale Magenta. HEX triplet: EA, 7B and DA. RGB value is (234,123,218). Sum of RGB (Red+Green+Blue) = 234+123+218=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BDA is #158425. Grayscale: #A6A6A6. Windows color (decimal): -1410086 or 14318570. OLE color: 14318570.

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

Color convert

RGB 234 123 218 -
CMYK 0 0.47 0.07 0.08
HSL 308.65º 0.73% 0.7% -
HSV(B) 308.65º 0.47% 0.92% -
XYZ 53.67 36.72 70.59 -
YUV 167.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 234 123 218 0 0.47 0.07 0.08 308.65 0.73 0.7
Hex EA 7B DA 0 2F 7 8 135 49 46
Octal 352 173 332 0 57 7 10 465 111 106
Binary 11101010 1111011 11011010 0 101111 111 1000 100110101 1001001 1000110

Color Harmonies of #EA7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7BDA

Black with #EA7BDA

Text Example


Text Example

White with #EA7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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