Html Css Color HEX #EC90EF Violet

📋 copy color: '#EC90EF'

red 236 ◦ green 144 ◦ blue 239

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

Shades of Violet #EC90EF

Tints of Violet #EC90EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.61%

R = 38.13%
G = 23.26%
B = 38.61%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC90EF (or 0xEC90EF) is known color: Violet. HEX triplet: EC, 90 and EF. RGB value is (236,144,239). Sum of RGB (Red+Green+Blue) = 236+144+239=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC90EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC90EF is #136F10. Grayscale: #B6B6B6. Windows color (decimal): -1273617 or 15700204. OLE color: 15700204.

HSL color Cylindrical-coordinate representation of color #EC90EF: hue angle of 298.11º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC90EF is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 144 239 -
CMYK 0.01 0.40 0 0.06
HSL 298.11º 0.75% 0.75% -
HSV(B) 298.11º 0.4% 0.94% -
XYZ 60.15 44.01 86.99 -
YUV 182.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 236 144 239 0.01 0.40 0 0.06 298.11 0.75 0.75
Hex EC 90 EF 1 28 0 6 12A 4B 4B
Octal 354 220 357 1 50 0 6 452 113 113
Binary 11101100 10010000 11101111 1 101000 0 110 100101010 1001011 1001011

Color Harmonies of #EC90EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC90EF

Black with #EC90EF

Text Example


Text Example

White with #EC90EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC90EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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