Html Css Color HEX #EC90FA Violet

📋 copy color: '#EC90FA'

red 236 ◦ green 144 ◦ blue 250

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

Shades of Violet #EC90FA

Tints of Violet #EC90FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.86%

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

R = 37.46%
G = 22.86%
B = 39.68%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC90FA (or 0xEC90FA) is known color: Violet. HEX triplet: EC, 90 and FA. RGB value is (236,144,250). Sum of RGB (Red+Green+Blue) = 236+144+250=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 144 (56.64% from 255 or 22.86% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC90FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC90FA is #136F05. Grayscale: #B7B7B7. Windows color (decimal): -1273606 or 16421100. OLE color: 16421100.

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

Color convert

RGB 236 144 250 -
CMYK 0.06 0.42 0 0.02
HSL 292.08º 0.91% 0.77% -
HSV(B) 292.08º 0.42% 0.98% -
XYZ 61.82 44.68 95.81 -
YUV 183.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 236 144 250 0.06 0.42 0 0.02 292.08 0.91 0.77
Hex EC 90 FA 6 2A 0 2 124 5B 4D
Octal 354 220 372 6 52 0 2 444 133 115
Binary 11101100 10010000 11111010 110 101010 0 10 100100100 1011011 1001101

Color Harmonies of #EC90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC90FA

Black with #EC90FA

Text Example


Text Example

White with #EC90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC90FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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