Html Css Color HEX #EB7ADC Pale Magenta

📋 copy color: '#EB7ADC'

red 235 ◦ green 122 ◦ blue 220

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

Shades of Pale Magenta #EB7ADC

Tints of Pale Magenta #EB7ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 40.73%
G = 21.14%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB7ADC (or 0xEB7ADC) is known color: Pale Magenta. HEX triplet: EB, 7A and DC. RGB value is (235,122,220). Sum of RGB (Red+Green+Blue) = 235+122+220=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7ADC is #148523. Grayscale: #A6A6A6. Windows color (decimal): -1344804 or 14449387. OLE color: 14449387.

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

Color convert

RGB 235 122 220 -
CMYK 0 0.48 0.06 0.08
HSL 307.96º 0.74% 0.7% -
HSV(B) 307.96º 0.48% 0.92% -
XYZ 54.14 36.75 71.95 -
YUV 166.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 235 122 220 0 0.48 0.06 0.08 307.96 0.74 0.7
Hex EB 7A DC 0 30 6 8 134 4A 46
Octal 353 172 334 0 60 6 10 464 112 106
Binary 11101011 1111010 11011100 0 110000 110 1000 100110100 1001010 1000110

Color Harmonies of #EB7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7ADC

Black with #EB7ADC

Text Example


Text Example

White with #EB7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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