Html Css Color HEX #EC90E0 Pale Magenta

📋 copy color: '#EC90E0'

red 236 ◦ green 144 ◦ blue 224

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

Shades of Pale Magenta #EC90E0

Tints of Pale Magenta #EC90E0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.84%

 BLUE value IS 224 (87.89% from 255) = 37.09%

R = 39.07%
G = 23.84%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC90E0 (or 0xEC90E0) is known color: Pale Magenta. HEX triplet: EC, 90 and E0. RGB value is (236,144,224). Sum of RGB (Red+Green+Blue) = 236+144+224=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90E0 is #136F1F. Grayscale: #B4B4B4. Windows color (decimal): -1273632 or 14717164. OLE color: 14717164.

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

Color convert

RGB 236 144 224 -
CMYK 0 0.39 0.05 0.07
HSL 307.83º 0.71% 0.75% -
HSV(B) 307.83º 0.39% 0.93% -
XYZ 58.02 43.16 75.79 -
YUV 180.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 236 144 224 0 0.39 0.05 0.07 307.83 0.71 0.75
Hex EC 90 E0 0 27 5 7 134 47 4B
Octal 354 220 340 0 47 5 7 464 107 113
Binary 11101100 10010000 11100000 0 100111 101 111 100110100 1000111 1001011

Color Harmonies of #EC90E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC90E0

Black with #EC90E0

Text Example


Text Example

White with #EC90E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC90E0; }

 p { color: rgb(236,144,224); }

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

background-color css

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

 a { background-color: rgb(236,144,224); }

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

border-color css

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

 span { border-color: rgb(236,144,224); }

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