Html Css Color HEX #ECAEEA Plum

📋 copy color: '#ECAEEA'

red 236 ◦ green 174 ◦ blue 234

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

Shades of Plum #ECAEEA

Tints of Plum #ECAEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.02%

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

R = 36.65%
G = 27.02%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECAEEA (or 0xECAEEA) is known color: Plum. HEX triplet: EC, AE and EA. RGB value is (236,174,234). Sum of RGB (Red+Green+Blue) = 236+174+234=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAEEA is #135115. Grayscale: #C7C7C7. Windows color (decimal): -1265942 or 15380204. OLE color: 15380204.

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

Color convert

RGB 236 174 234 -
CMYK 0 0.26 0.01 0.07
HSL 301.94º 0.62% 0.8% -
HSV(B) 301.94º 0.26% 0.93% -
XYZ 64.58 54.05 84.87 -
YUV 199.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 236 174 234 0 0.26 0.01 0.07 301.94 0.62 0.8
Hex EC AE EA 0 1A 1 7 12E 3E 50
Octal 354 256 352 0 32 1 7 456 76 120
Binary 11101100 10101110 11101010 0 11010 1 111 100101110 111110 1010000

Color Harmonies of #ECAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAEEA

Black with #ECAEEA

Text Example


Text Example

White with #ECAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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