Html Css Color HEX #ECA2E5 Plum

📋 copy color: '#ECA2E5'

red 236 ◦ green 162 ◦ blue 229

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

Shades of Plum #ECA2E5

Tints of Plum #ECA2E5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.84%

 BLUE value IS 229 (89.84% from 255) = 36.52%

R = 37.64%
G = 25.84%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ECA2E5 (or 0xECA2E5) is known color: Plum. HEX triplet: EC, A2 and E5. RGB value is (236,162,229). Sum of RGB (Red+Green+Blue) = 236+162+229=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 162 (63.67% from 255 or 25.84% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2E5 is #135D1A. Grayscale: #BFBFBF. Windows color (decimal): -1269019 or 15049452. OLE color: 15049452.

HSL color Cylindrical-coordinate representation of color #ECA2E5: hue angle of 305.68º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA2E5 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 162 229 -
CMYK 0 0.31 0.03 0.07
HSL 305.68º 0.66% 0.78% -
HSV(B) 305.68º 0.31% 0.93% -
XYZ 61.66 49.33 80.4 -
YUV 191.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 236 162 229 0 0.31 0.03 0.07 305.68 0.66 0.78
Hex EC A2 E5 0 1F 3 7 132 42 4E
Octal 354 242 345 0 37 3 7 462 102 116
Binary 11101100 10100010 11100101 0 11111 11 111 100110010 1000010 1001110

Color Harmonies of #ECA2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA2E5

Black with #ECA2E5

Text Example


Text Example

White with #ECA2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA2E5; }

 p { color: rgb(236,162,229); }

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

background-color css

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

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

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

border-color css

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

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

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