Html Css Color HEX #EB7BDD Pale Magenta

📋 copy color: '#EB7BDD'

red 235 ◦ green 123 ◦ blue 221

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

Shades of Pale Magenta #EB7BDD

Tints of Pale Magenta #EB7BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 40.59%
G = 21.24%
B = 38.17%

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

#EB7BDD (or 0xEB7BDD) is known color: Pale Magenta. HEX triplet: EB, 7B and DD. RGB value is (235,123,221). Sum of RGB (Red+Green+Blue) = 235+123+221=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7BDD is #148422. Grayscale: #A7A7A7. Windows color (decimal): -1344547 or 14515179. OLE color: 14515179.

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

Color convert

RGB 235 123 221 -
CMYK 0 0.48 0.06 0.08
HSL 307.5º 0.74% 0.7% -
HSV(B) 307.5º 0.48% 0.92% -
XYZ 54.4 37.05 72.69 -
YUV 167.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 235 123 221 0 0.48 0.06 0.08 307.5 0.74 0.7
Hex EB 7B DD 0 30 6 8 134 4A 46
Octal 353 173 335 0 60 6 10 464 112 106
Binary 11101011 1111011 11011101 0 110000 110 1000 100110100 1001010 1000110

Color Harmonies of #EB7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7BDD

Black with #EB7BDD

Text Example


Text Example

White with #EB7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7BDD; }

 p { color: rgb(235,123,221); }

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

background-color css

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

 a { background-color: rgb(235,123,221); }

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

border-color css

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

 span { border-color: rgb(235,123,221); }

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