Html Css Color HEX #EC8CFF Violet

📋 copy color: '#EC8CFF'

red 236 ◦ green 140 ◦ blue 255

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

Shades of Violet #EC8CFF

Tints of Violet #EC8CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.41%

R = 37.4%
G = 22.19%
B = 40.41%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC8CFF (or 0xEC8CFF) is known color: Violet. HEX triplet: EC, 8C and FF. RGB value is (236,140,255). Sum of RGB (Red+Green+Blue) = 236+140+255=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 140 (55.08% from 255 or 22.19% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC8CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CFF is #137300. Grayscale: #B5B5B5. Windows color (decimal): -1274625 or 16747756. OLE color: 16747756.

HSL color Cylindrical-coordinate representation of color #EC8CFF: hue angle of 290.09º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8CFF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 236 140 255 -
CMYK 0.07 0.45 0 0
HSL 290.09º 1% 0.77% -
HSV(B) 290.09º 0.45% 1% -
XYZ 62.02 43.81 99.79 -
YUV 181.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 236 140 255 0.07 0.45 0 0 290.09 1 0.77
Hex EC 8C FF 7 2D 0 0 122 64 4D
Octal 354 214 377 7 55 0 0 442 144 115
Binary 11101100 10001100 11111111 111 101101 0 0 100100010 1100100 1001101

Color Harmonies of #EC8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CFF

Black with #EC8CFF

Text Example


Text Example

White with #EC8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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