Html Css Color HEX #ECAEEB Plum

📋 copy color: '#ECAEEB'

red 236 ◦ green 174 ◦ blue 235

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

Shades of Plum #ECAEEB

Tints of Plum #ECAEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.43%

R = 36.59%
G = 26.98%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ECAEEB (or 0xECAEEB) is known color: Plum. HEX triplet: EC, AE and EB. RGB value is (236,174,235). Sum of RGB (Red+Green+Blue) = 236+174+235=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAEEB is #135114. Grayscale: #C7C7C7. Windows color (decimal): -1265941 or 15445740. OLE color: 15445740.

HSL color Cylindrical-coordinate representation of color #ECAEEB: hue angle of 300.97º 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 #ECAEEB is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 174 235 -
CMYK 0 0.26 0.00 0.07
HSL 300.97º 0.62% 0.8% -
HSV(B) 300.97º 0.26% 0.93% -
XYZ 64.72 54.1 85.63 -
YUV 199.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 236 174 235 0 0.26 0.00 0.07 300.97 0.62 0.8
Hex EC AE EB 0 1A 0 7 12D 3E 50
Octal 354 256 353 0 32 0 7 455 76 120
Binary 11101100 10101110 11101011 0 11010 0 111 100101101 111110 1010000

Color Harmonies of #ECAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAEEB

Black with #ECAEEB

Text Example


Text Example

White with #ECAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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