Html Css Color HEX #EC70EB Violet

📋 copy color: '#EC70EB'

red 236 ◦ green 112 ◦ blue 235

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

Shades of Violet #EC70EB

Tints of Violet #EC70EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.21%

 BLUE value IS 235 (92.19% from 255) = 40.31%

R = 40.48%
G = 19.21%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC70EB (or 0xEC70EB) is known color: Violet. HEX triplet: EC, 70 and EB. RGB value is (236,112,235). Sum of RGB (Red+Green+Blue) = 236+112+235=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 112 (44.14% from 255 or 19.21% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70EB is #138F14. Grayscale: #A2A2A2. Windows color (decimal): -1281813 or 15429868. OLE color: 15429868.

HSL color Cylindrical-coordinate representation of color #EC70EB: hue angle of 300.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC70EB is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 112 235 -
CMYK 0 0.53 0.00 0.07
HSL 300.48º 0.77% 0.68% -
HSV(B) 300.48º 0.53% 0.93% -
XYZ 55.38 35.42 82.51 -
YUV 163.1 168.58 180 -
System Red Green Blue C M Y K H S L
Decimal 236 112 235 0 0.53 0.00 0.07 300.48 0.77 0.68
Hex EC 70 EB 0 35 0 7 12C 4D 44
Octal 354 160 353 0 65 0 7 454 115 104
Binary 11101100 1110000 11101011 0 110101 0 111 100101100 1001101 1000100

Color Harmonies of #EC70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70EB

Black with #EC70EB

Text Example


Text Example

White with #EC70EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70EB; }

 p { color: rgb(236,112,235); }

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

background-color css

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

 a { background-color: rgb(236,112,235); }

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

border-color css

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

 span { border-color: rgb(236,112,235); }

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