Html Css Color HEX #ECA7EA Plum

📋 copy color: '#ECA7EA'

red 236 ◦ green 167 ◦ blue 234

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

Shades of Plum #ECA7EA

Tints of Plum #ECA7EA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.22%

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 37.05%
G = 26.22%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECA7EA (or 0xECA7EA) is known color: Plum. HEX triplet: EC, A7 and EA. RGB value is (236,167,234). Sum of RGB (Red+Green+Blue) = 236+167+234=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 167 (65.62% from 255 or 26.22% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA7EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA7EA is #135815. Grayscale: #C3C3C3. Windows color (decimal): -1267734 or 15378412. OLE color: 15378412.

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

Color convert

RGB 236 167 234 -
CMYK 0 0.29 0.01 0.07
HSL 301.74º 0.64% 0.79% -
HSV(B) 301.74º 0.29% 0.93% -
XYZ 63.26 51.41 84.43 -
YUV 195.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 236 167 234 0 0.29 0.01 0.07 301.74 0.64 0.79
Hex EC A7 EA 0 1D 1 7 12E 40 4F
Octal 354 247 352 0 35 1 7 456 100 117
Binary 11101100 10100111 11101010 0 11101 1 111 100101110 1000000 1001111

Color Harmonies of #ECA7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA7EA

Black with #ECA7EA

Text Example


Text Example

White with #ECA7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA7EA; }

 p { color: rgb(236,167,234); }

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

background-color css

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

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

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

border-color css

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

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

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