Html Css Color HEX #EC70ED Violet

📋 copy color: '#EC70ED'

red 236 ◦ green 112 ◦ blue 237

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

Shades of Violet #EC70ED

Tints of Violet #EC70ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.51%

R = 40.34%
G = 19.15%
B = 40.51%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC70ED (or 0xEC70ED) is known color: Violet. HEX triplet: EC, 70 and ED. RGB value is (236,112,237). Sum of RGB (Red+Green+Blue) = 236+112+237=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 112 (44.14% from 255 or 19.15% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC70ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70ED is #138F12. Grayscale: #A2A2A2. Windows color (decimal): -1281811 or 15560940. OLE color: 15560940.

HSL color Cylindrical-coordinate representation of color #EC70ED: hue angle of 299.52º degrees, saturation: 0.78, 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 #EC70ED is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 112 237 -
CMYK 0.00 0.53 0 0.07
HSL 299.52º 0.78% 0.68% -
HSV(B) 299.52º 0.53% 0.93% -
XYZ 55.67 35.54 84.05 -
YUV 163.33 169.58 179.84 -
System Red Green Blue C M Y K H S L
Decimal 236 112 237 0.00 0.53 0 0.07 299.52 0.78 0.68
Hex EC 70 ED 0 35 0 7 12C 4E 44
Octal 354 160 355 0 65 0 7 454 116 104
Binary 11101100 1110000 11101101 0 110101 0 111 100101100 1001110 1000100

Color Harmonies of #EC70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70ED

Black with #EC70ED

Text Example


Text Example

White with #EC70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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