Html Css Color HEX #EC8CEB Violet

📋 copy color: '#EC8CEB'

red 236 ◦ green 140 ◦ blue 235

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

Shades of Violet #EC8CEB

Tints of Violet #EC8CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.91%

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

R = 38.63%
G = 22.91%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC8CEB (or 0xEC8CEB) is known color: Violet. HEX triplet: EC, 8C and EB. RGB value is (236,140,235). Sum of RGB (Red+Green+Blue) = 236+140+235=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CEB is #137314. Grayscale: #B3B3B3. Windows color (decimal): -1274645 or 15437036. OLE color: 15437036.

HSL color Cylindrical-coordinate representation of color #EC8CEB: hue angle of 300.62º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8CEB is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 140 235 -
CMYK 0 0.41 0.00 0.07
HSL 300.63º 0.72% 0.74% -
HSV(B) 300.63º 0.41% 0.93% -
XYZ 58.97 42.59 83.71 -
YUV 179.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 236 140 235 0 0.41 0.00 0.07 300.63 0.72 0.74
Hex EC 8C EB 0 29 0 7 12D 48 4A
Octal 354 214 353 0 51 0 7 455 110 112
Binary 11101100 10001100 11101011 0 101001 0 111 100101101 1001000 1001010

Color Harmonies of #EC8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CEB

Black with #EC8CEB

Text Example


Text Example

White with #EC8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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