Html Css Color HEX #EC8DFA Violet

📋 copy color: '#EC8DFA'

red 236 ◦ green 141 ◦ blue 250

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

Shades of Violet #EC8DFA

Tints of Violet #EC8DFA

RGB

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

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

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

R = 37.64%
G = 22.49%
B = 39.87%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC8DFA (or 0xEC8DFA) is known color: Violet. HEX triplet: EC, 8D and FA. RGB value is (236,141,250). Sum of RGB (Red+Green+Blue) = 236+141+250=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 141 (55.47% from 255 or 22.49% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC8DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DFA is #137205. Grayscale: #B5B5B5. Windows color (decimal): -1274374 or 16420332. OLE color: 16420332.

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

Color convert

RGB 236 141 250 -
CMYK 0.06 0.44 0 0.02
HSL 292.29º 0.92% 0.77% -
HSV(B) 292.29º 0.44% 0.98% -
XYZ 61.37 43.78 95.66 -
YUV 181.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 236 141 250 0.06 0.44 0 0.02 292.29 0.92 0.77
Hex EC 8D FA 6 2C 0 2 124 5C 4D
Octal 354 215 372 6 54 0 2 444 134 115
Binary 11101100 10001101 11111010 110 101100 0 10 100100100 1011100 1001101

Color Harmonies of #EC8DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8DFA

Black with #EC8DFA

Text Example


Text Example

White with #EC8DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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