Html Css Color HEX #EA7CDB Pale Magenta

📋 copy color: '#EA7CDB'

red 234 ◦ green 124 ◦ blue 219

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

Shades of Pale Magenta #EA7CDB

Tints of Pale Magenta #EA7CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.95%

R = 40.55%
G = 21.49%
B = 37.95%

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

#EA7CDB (or 0xEA7CDB) is known color: Pale Magenta. HEX triplet: EA, 7C and DB. RGB value is (234,124,219). Sum of RGB (Red+Green+Blue) = 234+124+219=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7CDB is #158324. Grayscale: #A7A7A7. Windows color (decimal): -1409829 or 14384362. OLE color: 14384362.

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

Color convert

RGB 234 124 219 -
CMYK 0 0.47 0.06 0.08
HSL 308.18º 0.72% 0.7% -
HSV(B) 308.18º 0.47% 0.92% -
XYZ 53.93 37.02 71.32 -
YUV 167.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 234 124 219 0 0.47 0.06 0.08 308.18 0.72 0.7
Hex EA 7C DB 0 2F 6 8 134 48 46
Octal 352 174 333 0 57 6 10 464 110 106
Binary 11101010 1111100 11011011 0 101111 110 1000 100110100 1001000 1000110

Color Harmonies of #EA7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7CDB

Black with #EA7CDB

Text Example


Text Example

White with #EA7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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