Html Css Color HEX #EC94E6 Violet

📋 copy color: '#EC94E6'

red 236 ◦ green 148 ◦ blue 230

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

Shades of Violet #EC94E6

Tints of Violet #EC94E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.46%

R = 38.44%
G = 24.1%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC94E6 (or 0xEC94E6) is known color: Violet. HEX triplet: EC, 94 and E6. RGB value is (236,148,230). Sum of RGB (Red+Green+Blue) = 236+148+230=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94E6 is #136B19. Grayscale: #B7B7B7. Windows color (decimal): -1272602 or 15111404. OLE color: 15111404.

HSL color Cylindrical-coordinate representation of color #EC94E6: hue angle of 304.09º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC94E6 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 148 230 -
CMYK 0 0.37 0.03 0.07
HSL 304.09º 0.7% 0.75% -
HSV(B) 304.09º 0.37% 0.93% -
XYZ 59.46 44.73 80.36 -
YUV 183.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 236 148 230 0 0.37 0.03 0.07 304.09 0.7 0.75
Hex EC 94 E6 0 25 3 7 130 46 4B
Octal 354 224 346 0 45 3 7 460 106 113
Binary 11101100 10010100 11100110 0 100101 11 111 100110000 1000110 1001011

Color Harmonies of #EC94E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC94E6

Black with #EC94E6

Text Example


Text Example

White with #EC94E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC94E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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