Html Css Color HEX #EB7BDA Pale Magenta

📋 copy color: '#EB7BDA'

red 235 ◦ green 123 ◦ blue 218

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

Shades of Pale Magenta #EB7BDA

Tints of Pale Magenta #EB7BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 40.8%
G = 21.35%
B = 37.85%

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

#EB7BDA (or 0xEB7BDA) is known color: Pale Magenta. HEX triplet: EB, 7B and DA. RGB value is (235,123,218). Sum of RGB (Red+Green+Blue) = 235+123+218=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7BDA is #148425. Grayscale: #A7A7A7. Windows color (decimal): -1344550 or 14318571. OLE color: 14318571.

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

Color convert

RGB 235 123 218 -
CMYK 0 0.48 0.07 0.08
HSL 309.11º 0.74% 0.7% -
HSV(B) 309.11º 0.48% 0.92% -
XYZ 54 36.89 70.6 -
YUV 167.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 235 123 218 0 0.48 0.07 0.08 309.11 0.74 0.7
Hex EB 7B DA 0 30 7 8 135 4A 46
Octal 353 173 332 0 60 7 10 465 112 106
Binary 11101011 1111011 11011010 0 110000 111 1000 100110101 1001010 1000110

Color Harmonies of #EB7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7BDA

Black with #EB7BDA

Text Example


Text Example

White with #EB7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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