Html Css Color HEX #EC90D4 Pale Magenta

📋 copy color: '#EC90D4'

red 236 ◦ green 144 ◦ blue 212

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

Shades of Pale Magenta #EC90D4

Tints of Pale Magenta #EC90D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.81%

R = 39.86%
G = 24.32%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC90D4 (or 0xEC90D4) is known color: Pale Magenta. HEX triplet: EC, 90 and D4. RGB value is (236,144,212). Sum of RGB (Red+Green+Blue) = 236+144+212=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90D4 is #136F2B. Grayscale: #B3B3B3. Windows color (decimal): -1273644 or 13930732. OLE color: 13930732.

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

Color convert

RGB 236 144 212 -
CMYK 0 0.39 0.10 0.07
HSL 315.65º 0.71% 0.75% -
HSV(B) 315.65º 0.39% 0.93% -
XYZ 56.45 42.53 67.52 -
YUV 179.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 236 144 212 0 0.39 0.10 0.07 315.65 0.71 0.75
Hex EC 90 D4 0 27 A 7 13C 47 4B
Octal 354 220 324 0 47 12 7 474 107 113
Binary 11101100 10010000 11010100 0 100111 1010 111 100111100 1000111 1001011

Color Harmonies of #EC90D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC90D4

Black with #EC90D4

Text Example


Text Example

White with #EC90D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC90D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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