Html Css Color HEX #EC8CFA Violet

📋 copy color: '#EC8CFA'

red 236 ◦ green 140 ◦ blue 250

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

Shades of Violet #EC8CFA

Tints of Violet #EC8CFA

RGB

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

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

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

R = 37.7%
G = 22.36%
B = 39.94%

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

#EC8CFA (or 0xEC8CFA) is known color: Violet. HEX triplet: EC, 8C and FA. RGB value is (236,140,250). Sum of RGB (Red+Green+Blue) = 236+140+250=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 140 (55.08% from 255 or 22.36% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC8CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CFA is #137305. Grayscale: #B4B4B4. Windows color (decimal): -1274630 or 16420076. OLE color: 16420076.

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

Color convert

RGB 236 140 250 -
CMYK 0.06 0.44 0 0.02
HSL 292.36º 0.92% 0.76% -
HSV(B) 292.36º 0.44% 0.98% -
XYZ 61.23 43.49 95.61 -
YUV 181.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 236 140 250 0.06 0.44 0 0.02 292.36 0.92 0.76
Hex EC 8C FA 6 2C 0 2 124 5C 4C
Octal 354 214 372 6 54 0 2 444 134 114
Binary 11101100 10001100 11111010 110 101100 0 10 100100100 1011100 1001100

Color Harmonies of #EC8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CFA

Black with #EC8CFA

Text Example


Text Example

White with #EC8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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