Html Css Color HEX #ECACEA Plum

📋 copy color: '#ECACEA'

red 236 ◦ green 172 ◦ blue 234

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

Shades of Plum #ECACEA

Tints of Plum #ECACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.79%

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

R = 36.76%
G = 26.79%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECACEA (or 0xECACEA) is known color: Plum. HEX triplet: EC, AC and EA. RGB value is (236,172,234). Sum of RGB (Red+Green+Blue) = 236+172+234=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACEA is #135315. Grayscale: #C6C6C6. Windows color (decimal): -1266454 or 15379692. OLE color: 15379692.

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

Color convert

RGB 236 172 234 -
CMYK 0 0.27 0.01 0.07
HSL 301.88º 0.63% 0.8% -
HSV(B) 301.88º 0.27% 0.93% -
XYZ 64.2 53.28 84.74 -
YUV 198.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 236 172 234 0 0.27 0.01 0.07 301.88 0.63 0.8
Hex EC AC EA 0 1B 1 7 12E 3F 50
Octal 354 254 352 0 33 1 7 456 77 120
Binary 11101100 10101100 11101010 0 11011 1 111 100101110 111111 1010000

Color Harmonies of #ECACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECACEA

Black with #ECACEA

Text Example


Text Example

White with #ECACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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