Html Css Color HEX #EC9AEE Plum

📋 copy color: '#EC9AEE'

red 236 ◦ green 154 ◦ blue 238

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

Shades of Plum #EC9AEE

Tints of Plum #EC9AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.9%

R = 37.58%
G = 24.52%
B = 37.9%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC9AEE (or 0xEC9AEE) is known color: Plum. HEX triplet: EC, 9A and EE. RGB value is (236,154,238). Sum of RGB (Red+Green+Blue) = 236+154+238=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 154 (60.55% from 255 or 24.52% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC9AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AEE is #136511. Grayscale: #BBBBBB. Windows color (decimal): -1271058 or 15637228. OLE color: 15637228.

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

Color convert

RGB 236 154 238 -
CMYK 0.01 0.35 0 0.07
HSL 298.57º 0.71% 0.77% -
HSV(B) 298.57º 0.35% 0.93% -
XYZ 61.58 47.12 86.74 -
YUV 188.09 156.17 162.17 -
System Red Green Blue C M Y K H S L
Decimal 236 154 238 0.01 0.35 0 0.07 298.57 0.71 0.77
Hex EC 9A EE 1 23 0 7 12B 47 4D
Octal 354 232 356 1 43 0 7 453 107 115
Binary 11101100 10011010 11101110 1 100011 0 111 100101011 1000111 1001101

Color Harmonies of #EC9AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9AEE

Black with #EC9AEE

Text Example


Text Example

White with #EC9AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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