Html Css Color HEX #EB82D2 Pale Magenta

📋 copy color: '#EB82D2'

red 235 ◦ green 130 ◦ blue 210

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

Shades of Pale Magenta #EB82D2

Tints of Pale Magenta #EB82D2

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.61%

 BLUE value IS 210 (82.42% from 255) = 36.52%

R = 40.87%
G = 22.61%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB82D2 (or 0xEB82D2) is known color: Pale Magenta. HEX triplet: EB, 82 and D2. RGB value is (235,130,210). Sum of RGB (Red+Green+Blue) = 235+130+210=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB82D2 is #147D2D. Grayscale: #AAAAAA. Windows color (decimal): -1342766 or 13796075. OLE color: 13796075.

HSL color Cylindrical-coordinate representation of color #EB82D2: hue angle of 314.29º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB82D2 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 130 210 -
CMYK 0 0.45 0.11 0.08
HSL 314.29º 0.72% 0.72% -
HSV(B) 314.29º 0.45% 0.92% -
XYZ 53.88 38.28 65.52 -
YUV 170.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 235 130 210 0 0.45 0.11 0.08 314.29 0.72 0.72
Hex EB 82 D2 0 2D B 8 13A 48 48
Octal 353 202 322 0 55 13 10 472 110 110
Binary 11101011 10000010 11010010 0 101101 1011 1000 100111010 1001000 1001000

Color Harmonies of #EB82D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB82D2

Black with #EB82D2

Text Example


Text Example

White with #EB82D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB82D2; }

 p { color: rgb(235,130,210); }

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

background-color css

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

 a { background-color: rgb(235,130,210); }

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

border-color css

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

 span { border-color: rgb(235,130,210); }

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