Html Css Color HEX #EC92E1 Pale Magenta

📋 copy color: '#EC92E1'

red 236 ◦ green 146 ◦ blue 225

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

Shades of Pale Magenta #EC92E1

Tints of Pale Magenta #EC92E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.07%

R = 38.88%
G = 24.05%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC92E1 (or 0xEC92E1) is known color: Pale Magenta. HEX triplet: EC, 92 and E1. RGB value is (236,146,225). Sum of RGB (Red+Green+Blue) = 236+146+225=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC92E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC92E1 is #136D1E. Grayscale: #B5B5B5. Windows color (decimal): -1273119 or 14783212. OLE color: 14783212.

HSL color Cylindrical-coordinate representation of color #EC92E1: hue angle of 307.33º 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 #EC92E1 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 146 225 -
CMYK 0 0.38 0.05 0.07
HSL 307.33º 0.7% 0.75% -
HSV(B) 307.33º 0.38% 0.93% -
XYZ 58.46 43.83 76.61 -
YUV 181.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 236 146 225 0 0.38 0.05 0.07 307.33 0.7 0.75
Hex EC 92 E1 0 26 5 7 133 46 4B
Octal 354 222 341 0 46 5 7 463 106 113
Binary 11101100 10010010 11100001 0 100110 101 111 100110011 1000110 1001011

Color Harmonies of #EC92E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC92E1

Black with #EC92E1

Text Example


Text Example

White with #EC92E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC92E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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