Html Css Color HEX #EB7DDB Pale Magenta

📋 copy color: '#EB7DDB'

red 235 ◦ green 125 ◦ blue 219

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

Shades of Pale Magenta #EB7DDB

Tints of Pale Magenta #EB7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.59%

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

R = 40.59%
G = 21.59%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB7DDB (or 0xEB7DDB) is known color: Pale Magenta. HEX triplet: EB, 7D and DB. RGB value is (235,125,219). Sum of RGB (Red+Green+Blue) = 235+125+219=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7DDB is #148224. Grayscale: #A8A8A8. Windows color (decimal): -1344037 or 14384619. OLE color: 14384619.

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

Color convert

RGB 235 125 219 -
CMYK 0 0.47 0.07 0.08
HSL 308.73º 0.73% 0.71% -
HSV(B) 308.73º 0.47% 0.92% -
XYZ 54.38 37.44 71.38 -
YUV 168.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 235 125 219 0 0.47 0.07 0.08 308.73 0.73 0.71
Hex EB 7D DB 0 2F 7 8 135 49 47
Octal 353 175 333 0 57 7 10 465 111 107
Binary 11101011 1111101 11011011 0 101111 111 1000 100110101 1001001 1000111

Color Harmonies of #EB7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7DDB

Black with #EB7DDB

Text Example


Text Example

White with #EB7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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