Html Css Color HEX #EB78DB Pale Magenta

📋 copy color: '#EB78DB'

red 235 ◦ green 120 ◦ blue 219

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

Shades of Pale Magenta #EB78DB

Tints of Pale Magenta #EB78DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.91%

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

R = 40.94%
G = 20.91%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB78DB (or 0xEB78DB) is known color: Pale Magenta. HEX triplet: EB, 78 and DB. RGB value is (235,120,219). Sum of RGB (Red+Green+Blue) = 235+120+219=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78DB is #148724. Grayscale: #A5A5A5. Windows color (decimal): -1345317 or 14383339. OLE color: 14383339.

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

Color convert

RGB 235 120 219 -
CMYK 0 0.49 0.07 0.08
HSL 308.35º 0.74% 0.7% -
HSV(B) 308.35º 0.49% 0.92% -
XYZ 53.76 36.21 71.17 -
YUV 165.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 235 120 219 0 0.49 0.07 0.08 308.35 0.74 0.7
Hex EB 78 DB 0 31 7 8 134 4A 46
Octal 353 170 333 0 61 7 10 464 112 106
Binary 11101011 1111000 11011011 0 110001 111 1000 100110100 1001010 1000110

Color Harmonies of #EB78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB78DB

Black with #EB78DB

Text Example


Text Example

White with #EB78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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