Html Css Color HEX #EA7BDC Pale Magenta

📋 copy color: '#EA7BDC'

red 234 ◦ green 123 ◦ blue 220

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

Shades of Pale Magenta #EA7BDC

Tints of Pale Magenta #EA7BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 40.55%
G = 21.32%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA7BDC (or 0xEA7BDC) is known color: Pale Magenta. HEX triplet: EA, 7B and DC. RGB value is (234,123,220). Sum of RGB (Red+Green+Blue) = 234+123+220=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BDC is #158423. Grayscale: #A6A6A6. Windows color (decimal): -1410084 or 14449642. OLE color: 14449642.

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

Color convert

RGB 234 123 220 -
CMYK 0 0.47 0.06 0.08
HSL 307.57º 0.73% 0.7% -
HSV(B) 307.57º 0.47% 0.92% -
XYZ 53.93 36.83 71.98 -
YUV 167.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 234 123 220 0 0.47 0.06 0.08 307.57 0.73 0.7
Hex EA 7B DC 0 2F 6 8 134 49 46
Octal 352 173 334 0 57 6 10 464 111 106
Binary 11101010 1111011 11011100 0 101111 110 1000 100110100 1001001 1000110

Color Harmonies of #EA7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7BDC

Black with #EA7BDC

Text Example


Text Example

White with #EA7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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