Html Css Color HEX #EB7FDF Pale Magenta

📋 copy color: '#EB7FDF'

red 235 ◦ green 127 ◦ blue 223

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

Shades of Pale Magenta #EB7FDF

Tints of Pale Magenta #EB7FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 21.71%

 BLUE value IS 223 (87.5% from 255) = 38.12%

R = 40.17%
G = 21.71%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB7FDF (or 0xEB7FDF) is known color: Pale Magenta. HEX triplet: EB, 7F and DF. RGB value is (235,127,223). Sum of RGB (Red+Green+Blue) = 235+127+223=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7FDF is #148020. Grayscale: #A9A9A9. Windows color (decimal): -1343521 or 14647275. OLE color: 14647275.

HSL color Cylindrical-coordinate representation of color #EB7FDF: hue angle of 306.67º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB7FDF is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 127 223 -
CMYK 0 0.46 0.05 0.08
HSL 306.67º 0.73% 0.71% -
HSV(B) 306.67º 0.46% 0.92% -
XYZ 55.17 38.17 74.27 -
YUV 170.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 235 127 223 0 0.46 0.05 0.08 306.67 0.73 0.71
Hex EB 7F DF 0 2E 5 8 133 49 47
Octal 353 177 337 0 56 5 10 463 111 107
Binary 11101011 1111111 11011111 0 101110 101 1000 100110011 1001001 1000111

Color Harmonies of #EB7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7FDF

Black with #EB7FDF

Text Example


Text Example

White with #EB7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7FDF; }

 p { color: rgb(235,127,223); }

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

background-color css

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

 a { background-color: rgb(235,127,223); }

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

border-color css

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

 span { border-color: rgb(235,127,223); }

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