Html Css Color HEX #EA7DDB Pale Magenta

📋 copy color: '#EA7DDB'

red 234 ◦ green 125 ◦ blue 219

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

Shades of Pale Magenta #EA7DDB

Tints of Pale Magenta #EA7DDB

RGB

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

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

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

R = 40.48%
G = 21.63%
B = 37.89%

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

#EA7DDB (or 0xEA7DDB) is known color: Pale Magenta. HEX triplet: EA, 7D and DB. RGB value is (234,125,219). Sum of RGB (Red+Green+Blue) = 234+125+219=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DDB is #158224. Grayscale: #A8A8A8. Windows color (decimal): -1409573 or 14384618. OLE color: 14384618.

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

Color convert

RGB 234 125 219 -
CMYK 0 0.47 0.06 0.08
HSL 308.26º 0.72% 0.7% -
HSV(B) 308.26º 0.47% 0.92% -
XYZ 54.05 37.27 71.36 -
YUV 168.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 234 125 219 0 0.47 0.06 0.08 308.26 0.72 0.7
Hex EA 7D DB 0 2F 6 8 134 48 46
Octal 352 175 333 0 57 6 10 464 110 106
Binary 11101010 1111101 11011011 0 101111 110 1000 100110100 1001000 1000110

Color Harmonies of #EA7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DDB

Black with #EA7DDB

Text Example


Text Example

White with #EA7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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