Html Css Color HEX #EC9CF2 Plum

📋 copy color: '#EC9CF2'

red 236 ◦ green 156 ◦ blue 242

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

Shades of Plum #EC9CF2

Tints of Plum #EC9CF2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.61%

 BLUE value IS 242 (94.92% from 255) = 38.17%

R = 37.22%
G = 24.61%
B = 38.17%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC9CF2 (or 0xEC9CF2) is known color: Plum. HEX triplet: EC, 9C and F2. RGB value is (236,156,242). Sum of RGB (Red+Green+Blue) = 236+156+242=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 156 (61.33% from 255 or 24.61% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC9CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CF2 is #13630D. Grayscale: #BDBDBD. Windows color (decimal): -1270542 or 15899884. OLE color: 15899884.

HSL color Cylindrical-coordinate representation of color #EC9CF2: hue angle of 295.81º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC9CF2 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 156 242 -
CMYK 0.02 0.36 0 0.05
HSL 295.81º 0.77% 0.78% -
HSV(B) 295.81º 0.36% 0.95% -
XYZ 62.51 48.02 89.98 -
YUV 189.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 236 156 242 0.02 0.36 0 0.05 295.81 0.77 0.78
Hex EC 9C F2 2 24 0 5 128 4D 4E
Octal 354 234 362 2 44 0 5 450 115 116
Binary 11101100 10011100 11110010 10 100100 0 101 100101000 1001101 1001110

Color Harmonies of #EC9CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9CF2

Black with #EC9CF2

Text Example


Text Example

White with #EC9CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9CF2; }

 p { color: rgb(236,156,242); }

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

background-color css

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

 a { background-color: rgb(236,156,242); }

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

border-color css

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

 span { border-color: rgb(236,156,242); }

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