Html Css Color HEX #EC93E2 Pale Magenta

📋 copy color: '#EC93E2'

red 236 ◦ green 147 ◦ blue 226

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

Shades of Pale Magenta #EC93E2

Tints of Pale Magenta #EC93E2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.14%

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

R = 38.75%
G = 24.14%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EC93E2 (or 0xEC93E2) is known color: Pale Magenta. HEX triplet: EC, 93 and E2. RGB value is (236,147,226). Sum of RGB (Red+Green+Blue) = 236+147+226=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93E2 is #136C1D. Grayscale: #B6B6B6. Windows color (decimal): -1272862 or 14849004. OLE color: 14849004.

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

Color convert

RGB 236 147 226 -
CMYK 0 0.38 0.04 0.07
HSL 306.74º 0.7% 0.75% -
HSV(B) 306.74º 0.38% 0.93% -
XYZ 58.75 44.19 77.38 -
YUV 182.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 236 147 226 0 0.38 0.04 0.07 306.74 0.7 0.75
Hex EC 93 E2 0 26 4 7 133 46 4B
Octal 354 223 342 0 46 4 7 463 106 113
Binary 11101100 10010011 11100010 0 100110 100 111 100110011 1000110 1001011

Color Harmonies of #EC93E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC93E2

Black with #EC93E2

Text Example


Text Example

White with #EC93E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC93E2; }

 p { color: rgb(236,147,226); }

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

background-color css

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

 a { background-color: rgb(236,147,226); }

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

border-color css

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

 span { border-color: rgb(236,147,226); }

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