Html Css Color HEX #EC92DF Pale Magenta

📋 copy color: '#EC92DF'

red 236 ◦ green 146 ◦ blue 223

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

Shades of Pale Magenta #EC92DF

Tints of Pale Magenta #EC92DF

RGB

 RED value IS 236 (92.58% from 255) = 39.01%

 GREEN value IS 146 (57.42% from 255) = 24.13%

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

R = 39.01%
G = 24.13%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC92DF (or 0xEC92DF) is known color: Pale Magenta. HEX triplet: EC, 92 and DF. RGB value is (236,146,223). Sum of RGB (Red+Green+Blue) = 236+146+223=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #EC92DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC92DF is #136D20. Grayscale: #B5B5B5. Windows color (decimal): -1273121 or 14652140. OLE color: 14652140.

HSL color Cylindrical-coordinate representation of color #EC92DF: hue angle of 308.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC92DF is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 146 223 -
CMYK 0 0.38 0.06 0.07
HSL 308.67º 0.7% 0.75% -
HSV(B) 308.67º 0.38% 0.93% -
XYZ 58.19 43.72 75.18 -
YUV 181.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 236 146 223 0 0.38 0.06 0.07 308.67 0.7 0.75
Hex EC 92 DF 0 26 6 7 135 46 4B
Octal 354 222 337 0 46 6 7 465 106 113
Binary 11101100 10010010 11011111 0 100110 110 111 100110101 1000110 1001011

Color Harmonies of #EC92DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC92DF

Black with #EC92DF

Text Example


Text Example

White with #EC92DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC92DF; }

 p { color: rgb(236,146,223); }

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

background-color css

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

 a { background-color: rgb(236,146,223); }

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

border-color css

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

 span { border-color: rgb(236,146,223); }

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