Html Css Color HEX #EB83D2 Pale Magenta

📋 copy color: '#EB83D2'

red 235 ◦ green 131 ◦ blue 210

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

Shades of Pale Magenta #EB83D2

Tints of Pale Magenta #EB83D2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.74%

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

R = 40.8%
G = 22.74%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB83D2 (or 0xEB83D2) is known color: Pale Magenta. HEX triplet: EB, 83 and D2. RGB value is (235,131,210). Sum of RGB (Red+Green+Blue) = 235+131+210=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83D2 is #147C2D. Grayscale: #AAAAAA. Windows color (decimal): -1342510 or 13796331. OLE color: 13796331.

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

Color convert

RGB 235 131 210 -
CMYK 0 0.44 0.11 0.08
HSL 314.42º 0.72% 0.72% -
HSV(B) 314.42º 0.44% 0.92% -
XYZ 54.01 38.55 65.57 -
YUV 171.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 235 131 210 0 0.44 0.11 0.08 314.42 0.72 0.72
Hex EB 83 D2 0 2C B 8 13A 48 48
Octal 353 203 322 0 54 13 10 472 110 110
Binary 11101011 10000011 11010010 0 101100 1011 1000 100111010 1001000 1001000

Color Harmonies of #EB83D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB83D2

Black with #EB83D2

Text Example


Text Example

White with #EB83D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB83D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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