Html Css Color HEX #EB7CDB Pale Magenta

📋 copy color: '#EB7CDB'

red 235 ◦ green 124 ◦ blue 219

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

Shades of Pale Magenta #EB7CDB

Tints of Pale Magenta #EB7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.45%

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

R = 40.66%
G = 21.45%
B = 37.89%

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

#EB7CDB (or 0xEB7CDB) is known color: Pale Magenta. HEX triplet: EB, 7C and DB. RGB value is (235,124,219). Sum of RGB (Red+Green+Blue) = 235+124+219=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7CDB is #148324. Grayscale: #A7A7A7. Windows color (decimal): -1344293 or 14384363. OLE color: 14384363.

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

Color convert

RGB 235 124 219 -
CMYK 0 0.47 0.07 0.08
HSL 308.65º 0.74% 0.7% -
HSV(B) 308.65º 0.47% 0.92% -
XYZ 54.25 37.19 71.34 -
YUV 168.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 235 124 219 0 0.47 0.07 0.08 308.65 0.74 0.7
Hex EB 7C DB 0 2F 7 8 135 4A 46
Octal 353 174 333 0 57 7 10 465 112 106
Binary 11101011 1111100 11011011 0 101111 111 1000 100110101 1001010 1000110

Color Harmonies of #EB7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7CDB

Black with #EB7CDB

Text Example


Text Example

White with #EB7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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