Html Css Color HEX #EC8FFA Violet

📋 copy color: '#EC8FFA'

red 236 ◦ green 143 ◦ blue 250

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

Shades of Violet #EC8FFA

Tints of Violet #EC8FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22.73%

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

R = 37.52%
G = 22.73%
B = 39.75%

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

#EC8FFA (or 0xEC8FFA) is known color: Violet. HEX triplet: EC, 8F and FA. RGB value is (236,143,250). Sum of RGB (Red+Green+Blue) = 236+143+250=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 143 (56.25% from 255 or 22.73% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC8FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8FFA is #137005. Grayscale: #B6B6B6. Windows color (decimal): -1273862 or 16420844. OLE color: 16420844.

HSL color Cylindrical-coordinate representation of color #EC8FFA: hue angle of 292.15º degrees, saturation: 0.91, 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 #EC8FFA is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 143 250 -
CMYK 0.06 0.43 0 0.02
HSL 292.15º 0.91% 0.77% -
HSV(B) 292.15º 0.43% 0.98% -
XYZ 61.67 44.38 95.76 -
YUV 183.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 236 143 250 0.06 0.43 0 0.02 292.15 0.91 0.77
Hex EC 8F FA 6 2B 0 2 124 5B 4D
Octal 354 217 372 6 53 0 2 444 133 115
Binary 11101100 10001111 11111010 110 101011 0 10 100100100 1011011 1001101

Color Harmonies of #EC8FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8FFA

Black with #EC8FFA

Text Example


Text Example

White with #EC8FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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