Html Css Color HEX #EC85D7 Pale Magenta

📋 copy color: '#EC85D7'

red 236 ◦ green 133 ◦ blue 215

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

Shades of Pale Magenta #EC85D7

Tints of Pale Magenta #EC85D7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.77%

 BLUE value IS 215 (84.38% from 255) = 36.82%

R = 40.41%
G = 22.77%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC85D7 (or 0xEC85D7) is known color: Pale Magenta. HEX triplet: EC, 85 and D7. RGB value is (236,133,215). Sum of RGB (Red+Green+Blue) = 236+133+215=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85D7 is #137A28. Grayscale: #ACACAC. Windows color (decimal): -1276457 or 14124524. OLE color: 14124524.

HSL color Cylindrical-coordinate representation of color #EC85D7: hue angle of 312.23º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85D7 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 133 215 -
CMYK 0 0.44 0.09 0.07
HSL 312.23º 0.73% 0.72% -
HSV(B) 312.23º 0.44% 0.93% -
XYZ 55.25 39.51 69.01 -
YUV 173.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 236 133 215 0 0.44 0.09 0.07 312.23 0.73 0.72
Hex EC 85 D7 0 2C 9 7 138 49 48
Octal 354 205 327 0 54 11 7 470 111 110
Binary 11101100 10000101 11010111 0 101100 1001 111 100111000 1001001 1001000

Color Harmonies of #EC85D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85D7

Black with #EC85D7

Text Example


Text Example

White with #EC85D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85D7; }

 p { color: rgb(236,133,215); }

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

background-color css

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

 a { background-color: rgb(236,133,215); }

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

border-color css

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

 span { border-color: rgb(236,133,215); }

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