Html Css Color HEX #EC9AE3 Plum

📋 copy color: '#EC9AE3'

red 236 ◦ green 154 ◦ blue 227

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

Shades of Plum #EC9AE3

Tints of Plum #EC9AE3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.96%

 BLUE value IS 227 (89.06% from 255) = 36.79%

R = 38.25%
G = 24.96%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EC9AE3 (or 0xEC9AE3) is known color: Plum. HEX triplet: EC, 9A and E3. RGB value is (236,154,227). Sum of RGB (Red+Green+Blue) = 236+154+227=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AE3 is #13651C. Grayscale: #BABABA. Windows color (decimal): -1271069 or 14916332. OLE color: 14916332.

HSL color Cylindrical-coordinate representation of color #EC9AE3: hue angle of 306.59º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9AE3 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 154 227 -
CMYK 0 0.35 0.04 0.07
HSL 306.59º 0.68% 0.76% -
HSV(B) 306.59º 0.35% 0.93% -
XYZ 60.01 46.49 78.48 -
YUV 186.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 236 154 227 0 0.35 0.04 0.07 306.59 0.68 0.76
Hex EC 9A E3 0 23 4 7 133 44 4C
Octal 354 232 343 0 43 4 7 463 104 114
Binary 11101100 10011010 11100011 0 100011 100 111 100110011 1000100 1001100

Color Harmonies of #EC9AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9AE3

Black with #EC9AE3

Text Example


Text Example

White with #EC9AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9AE3; }

 p { color: rgb(236,154,227); }

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

background-color css

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

 a { background-color: rgb(236,154,227); }

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

border-color css

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

 span { border-color: rgb(236,154,227); }

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