Html Css Color HEX #EA7CDD Pale Magenta

📋 copy color: '#EA7CDD'

red 234 ◦ green 124 ◦ blue 221

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

Shades of Pale Magenta #EA7CDD

Tints of Pale Magenta #EA7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.42%

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 40.41%
G = 21.42%
B = 38.17%

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

#EA7CDD (or 0xEA7CDD) is known color: Pale Magenta. HEX triplet: EA, 7C and DD. RGB value is (234,124,221). Sum of RGB (Red+Green+Blue) = 234+124+221=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7CDD is #158322. Grayscale: #A7A7A7. Windows color (decimal): -1409827 or 14515434. OLE color: 14515434.

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

Color convert

RGB 234 124 221 -
CMYK 0 0.47 0.06 0.08
HSL 307.09º 0.72% 0.7% -
HSV(B) 307.09º 0.47% 0.92% -
XYZ 54.19 37.13 72.72 -
YUV 167.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 234 124 221 0 0.47 0.06 0.08 307.09 0.72 0.7
Hex EA 7C DD 0 2F 6 8 133 48 46
Octal 352 174 335 0 57 6 10 463 110 106
Binary 11101010 1111100 11011101 0 101111 110 1000 100110011 1001000 1000110

Color Harmonies of #EA7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7CDD

Black with #EA7CDD

Text Example


Text Example

White with #EA7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7CDD; }

 p { color: rgb(234,124,221); }

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

background-color css

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

 a { background-color: rgb(234,124,221); }

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

border-color css

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

 span { border-color: rgb(234,124,221); }

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