Html Css Color HEX #ECAFEC Plum

📋 copy color: '#ECAFEC'

red 236 ◦ green 175 ◦ blue 236

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

Shades of Plum #ECAFEC

Tints of Plum #ECAFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.05%

 BLUE value IS 236 (92.58% from 255) = 36.48%

R = 36.48%
G = 27.05%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECAFEC (or 0xECAFEC) is known color: Plum. HEX triplet: EC, AF and EC. RGB value is (236,175,236). Sum of RGB (Red+Green+Blue) = 236+175+236=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECAFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAFEC is #135013. Grayscale: #C8C8C8. Windows color (decimal): -1265684 or 15511532. OLE color: 15511532.

HSL color Cylindrical-coordinate representation of color #ECAFEC: hue angle of 300º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAFEC is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 175 236 -
CMYK 0 0.26 0 0.07
HSL 300º 0.62% 0.81% -
HSV(B) 300º 0.26% 0.93% -
XYZ 65.06 54.55 86.46 -
YUV 200.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 236 175 236 0 0.26 0 0.07 300 0.62 0.81
Hex EC AF EC 0 1A 0 7 12C 3E 51
Octal 354 257 354 0 32 0 7 454 76 121
Binary 11101100 10101111 11101100 0 11010 0 111 100101100 111110 1010001

Color Harmonies of #ECAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAFEC

Black with #ECAFEC

Text Example


Text Example

White with #ECAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAFEC; }

 p { color: rgb(236,175,236); }

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

background-color css

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

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

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

border-color css

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

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

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