Html Css Color HEX #EC8DF1 Violet

📋 copy color: '#EC8DF1'

red 236 ◦ green 141 ◦ blue 241

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

Shades of Violet #EC8DF1

Tints of Violet #EC8DF1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.82%

 BLUE value IS 241 (94.53% from 255) = 39%

R = 38.19%
G = 22.82%
B = 39%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC8DF1 (or 0xEC8DF1) is known color: Violet. HEX triplet: EC, 8D and F1. RGB value is (236,141,241). Sum of RGB (Red+Green+Blue) = 236+141+241=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 141 (55.47% from 255 or 22.82% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC8DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DF1 is #13720E. Grayscale: #B4B4B4. Windows color (decimal): -1274383 or 15830508. OLE color: 15830508.

HSL color Cylindrical-coordinate representation of color #EC8DF1: hue angle of 297º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8DF1 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 141 241 -
CMYK 0.02 0.41 0 0.05
HSL 297º 0.78% 0.75% -
HSV(B) 297º 0.41% 0.95% -
XYZ 59.99 43.23 88.4 -
YUV 180.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 236 141 241 0.02 0.41 0 0.05 297 0.78 0.75
Hex EC 8D F1 2 29 0 5 129 4E 4B
Octal 354 215 361 2 51 0 5 451 116 113
Binary 11101100 10001101 11110001 10 101001 0 101 100101001 1001110 1001011

Color Harmonies of #EC8DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8DF1

Black with #EC8DF1

Text Example


Text Example

White with #EC8DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8DF1; }

 p { color: rgb(236,141,241); }

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

background-color css

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

 a { background-color: rgb(236,141,241); }

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

border-color css

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

 span { border-color: rgb(236,141,241); }

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