Html Css Color HEX #EB8FE2 Pale Magenta

📋 copy color: '#EB8FE2'

red 235 ◦ green 143 ◦ blue 226

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

Shades of Pale Magenta #EB8FE2

Tints of Pale Magenta #EB8FE2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.68%

 BLUE value IS 226 (88.67% from 255) = 37.42%

R = 38.91%
G = 23.68%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EB8FE2 (or 0xEB8FE2) is known color: Pale Magenta. HEX triplet: EB, 8F and E2. RGB value is (235,143,226). Sum of RGB (Red+Green+Blue) = 235+143+226=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8FE2 is #14701D. Grayscale: #B3B3B3. Windows color (decimal): -1339422 or 14847979. OLE color: 14847979.

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

Color convert

RGB 235 143 226 -
CMYK 0 0.39 0.04 0.08
HSL 305.87º 0.7% 0.74% -
HSV(B) 305.87º 0.39% 0.92% -
XYZ 57.81 42.8 77.17 -
YUV 179.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 235 143 226 0 0.39 0.04 0.08 305.87 0.7 0.74
Hex EB 8F E2 0 27 4 8 132 46 4A
Octal 353 217 342 0 47 4 10 462 106 112
Binary 11101011 10001111 11100010 0 100111 100 1000 100110010 1000110 1001010

Color Harmonies of #EB8FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8FE2

Black with #EB8FE2

Text Example


Text Example

White with #EB8FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8FE2; }

 p { color: rgb(235,143,226); }

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

background-color css

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

 a { background-color: rgb(235,143,226); }

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

border-color css

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

 span { border-color: rgb(235,143,226); }

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