Html Css Color HEX #EC94EE Violet

📋 copy color: '#EC94EE'

red 236 ◦ green 148 ◦ blue 238

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

Shades of Violet #EC94EE

Tints of Violet #EC94EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.79%

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 37.94%
G = 23.79%
B = 38.26%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC94EE (or 0xEC94EE) is known color: Violet. HEX triplet: EC, 94 and EE. RGB value is (236,148,238). Sum of RGB (Red+Green+Blue) = 236+148+238=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 148 (58.20% from 255 or 23.79% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC94EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94EE is #136B11. Grayscale: #B8B8B8. Windows color (decimal): -1272594 or 15635692. OLE color: 15635692.

HSL color Cylindrical-coordinate representation of color #EC94EE: hue angle of 298.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC94EE is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 148 238 -
CMYK 0.01 0.38 0 0.07
HSL 298.67º 0.73% 0.76% -
HSV(B) 298.67º 0.38% 0.93% -
XYZ 60.61 45.19 86.42 -
YUV 184.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 236 148 238 0.01 0.38 0 0.07 298.67 0.73 0.76
Hex EC 94 EE 1 26 0 7 12B 49 4C
Octal 354 224 356 1 46 0 7 453 111 114
Binary 11101100 10010100 11101110 1 100110 0 111 100101011 1001001 1001100

Color Harmonies of #EC94EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC94EE

Black with #EC94EE

Text Example


Text Example

White with #EC94EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC94EE; }

 p { color: rgb(236,148,238); }

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

background-color css

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

 a { background-color: rgb(236,148,238); }

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

border-color css

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

 span { border-color: rgb(236,148,238); }

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