Html Css Color HEX #EC8EFA Violet

📋 copy color: '#EC8EFA'

red 236 ◦ green 142 ◦ blue 250

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

Shades of Violet #EC8EFA

Tints of Violet #EC8EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 22.61%

 BLUE value IS 250 (98.05% from 255) = 39.81%

R = 37.58%
G = 22.61%
B = 39.81%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC8EFA (or 0xEC8EFA) is known color: Violet. HEX triplet: EC, 8E and FA. RGB value is (236,142,250). Sum of RGB (Red+Green+Blue) = 236+142+250=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 142 (55.86% from 255 or 22.61% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC8EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8EFA is #137105. Grayscale: #B6B6B6. Windows color (decimal): -1274118 or 16420588. OLE color: 16420588.

HSL color Cylindrical-coordinate representation of color #EC8EFA: hue angle of 292.22º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC8EFA is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 142 250 -
CMYK 0.06 0.43 0 0.02
HSL 292.22º 0.92% 0.77% -
HSV(B) 292.22º 0.43% 0.98% -
XYZ 61.52 44.08 95.71 -
YUV 182.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 236 142 250 0.06 0.43 0 0.02 292.22 0.92 0.77
Hex EC 8E FA 6 2B 0 2 124 5C 4D
Octal 354 216 372 6 53 0 2 444 134 115
Binary 11101100 10001110 11111010 110 101011 0 10 100100100 1011100 1001101

Color Harmonies of #EC8EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8EFA

Black with #EC8EFA

Text Example


Text Example

White with #EC8EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8EFA; }

 p { color: rgb(236,142,250); }

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

background-color css

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

 a { background-color: rgb(236,142,250); }

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

border-color css

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

 span { border-color: rgb(236,142,250); }

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