Html Css Color HEX #ECA5F2 Plum

📋 copy color: '#ECA5F2'

red 236 ◦ green 165 ◦ blue 242

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

Shades of Plum #ECA5F2

Tints of Plum #ECA5F2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.66%

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

R = 36.7%
G = 25.66%
B = 37.64%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ECA5F2 (or 0xECA5F2) is known color: Plum. HEX triplet: EC, A5 and F2. RGB value is (236,165,242). Sum of RGB (Red+Green+Blue) = 236+165+242=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 165 (64.84% from 255 or 25.66% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECA5F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA5F2 is #135A0D. Grayscale: #C2C2C2. Windows color (decimal): -1268238 or 15902188. OLE color: 15902188.

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

Color convert

RGB 236 165 242 -
CMYK 0.02 0.32 0 0.05
HSL 295.32º 0.75% 0.8% -
HSV(B) 295.32º 0.32% 0.95% -
XYZ 64.07 51.15 90.5 -
YUV 195.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 236 165 242 0.02 0.32 0 0.05 295.32 0.75 0.8
Hex EC A5 F2 2 20 0 5 127 4B 50
Octal 354 245 362 2 40 0 5 447 113 120
Binary 11101100 10100101 11110010 10 100000 0 101 100100111 1001011 1010000

Color Harmonies of #ECA5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA5F2

Black with #ECA5F2

Text Example


Text Example

White with #ECA5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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