Html Css Color HEX #EA7BDB Pale Magenta

📋 copy color: '#EA7BDB'

red 234 ◦ green 123 ◦ blue 219

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

Shades of Pale Magenta #EA7BDB

Tints of Pale Magenta #EA7BDB

RGB

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

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

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

R = 40.63%
G = 21.35%
B = 38.02%

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

#EA7BDB (or 0xEA7BDB) is known color: Pale Magenta. HEX triplet: EA, 7B and DB. RGB value is (234,123,219). Sum of RGB (Red+Green+Blue) = 234+123+219=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BDB is #158424. Grayscale: #A6A6A6. Windows color (decimal): -1410085 or 14384106. OLE color: 14384106.

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

Color convert

RGB 234 123 219 -
CMYK 0 0.47 0.06 0.08
HSL 308.11º 0.73% 0.7% -
HSV(B) 308.11º 0.47% 0.92% -
XYZ 53.8 36.77 71.28 -
YUV 167.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 234 123 219 0 0.47 0.06 0.08 308.11 0.73 0.7
Hex EA 7B DB 0 2F 6 8 134 49 46
Octal 352 173 333 0 57 6 10 464 111 106
Binary 11101010 1111011 11011011 0 101111 110 1000 100110100 1001001 1000110

Color Harmonies of #EA7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7BDB

Black with #EA7BDB

Text Example


Text Example

White with #EA7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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