Html Css Color HEX #EB7BDB Pale Magenta

📋 copy color: '#EB7BDB'

red 235 ◦ green 123 ◦ blue 219

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

Shades of Pale Magenta #EB7BDB

Tints of Pale Magenta #EB7BDB

RGB

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

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

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

R = 40.73%
G = 21.32%
B = 37.95%

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

#EB7BDB (or 0xEB7BDB) is known color: Pale Magenta. HEX triplet: EB, 7B and DB. RGB value is (235,123,219). Sum of RGB (Red+Green+Blue) = 235+123+219=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7BDB is #148424. Grayscale: #A7A7A7. Windows color (decimal): -1344549 or 14384107. OLE color: 14384107.

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

Color convert

RGB 235 123 219 -
CMYK 0 0.48 0.07 0.08
HSL 308.57º 0.74% 0.7% -
HSV(B) 308.57º 0.48% 0.92% -
XYZ 54.13 36.94 71.3 -
YUV 167.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 235 123 219 0 0.48 0.07 0.08 308.57 0.74 0.7
Hex EB 7B DB 0 30 7 8 135 4A 46
Octal 353 173 333 0 60 7 10 465 112 106
Binary 11101011 1111011 11011011 0 110000 111 1000 100110101 1001010 1000110

Color Harmonies of #EB7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7BDB

Black with #EB7BDB

Text Example


Text Example

White with #EB7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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