Html Css Color HEX #EB7ADB Pale Magenta

📋 copy color: '#EB7ADB'

red 235 ◦ green 122 ◦ blue 219

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

Shades of Pale Magenta #EB7ADB

Tints of Pale Magenta #EB7ADB

RGB

 RED value IS 235 (92.19% from 255) = 40.8%

 GREEN value IS 122 (48.05% from 255) = 21.18%

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

R = 40.8%
G = 21.18%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB7ADB (or 0xEB7ADB) is known color: Pale Magenta. HEX triplet: EB, 7A and DB. RGB value is (235,122,219). Sum of RGB (Red+Green+Blue) = 235+122+219=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7ADB is #148524. Grayscale: #A6A6A6. Windows color (decimal): -1344805 or 14383851. OLE color: 14383851.

HSL color Cylindrical-coordinate representation of color #EB7ADB: hue angle of 308.5º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7ADB is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 122 219 -
CMYK 0 0.48 0.07 0.08
HSL 308.5º 0.74% 0.7% -
HSV(B) 308.5º 0.48% 0.92% -
XYZ 54.01 36.7 71.25 -
YUV 166.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 235 122 219 0 0.48 0.07 0.08 308.5 0.74 0.7
Hex EB 7A DB 0 30 7 8 134 4A 46
Octal 353 172 333 0 60 7 10 464 112 106
Binary 11101011 1111010 11011011 0 110000 111 1000 100110100 1001010 1000110

Color Harmonies of #EB7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7ADB

Black with #EB7ADB

Text Example


Text Example

White with #EB7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7ADB; }

 p { color: rgb(235,122,219); }

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

background-color css

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

 a { background-color: rgb(235,122,219); }

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

border-color css

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

 span { border-color: rgb(235,122,219); }

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