Html Css Color HEX #EC70EE Violet

📋 copy color: '#EC70EE'

red 236 ◦ green 112 ◦ blue 238

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

Shades of Violet #EC70EE

Tints of Violet #EC70EE

RGB

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

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

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

R = 40.27%
G = 19.11%
B = 40.61%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC70EE (or 0xEC70EE) is known color: Violet. HEX triplet: EC, 70 and EE. RGB value is (236,112,238). Sum of RGB (Red+Green+Blue) = 236+112+238=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 112 (44.14% from 255 or 19.11% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC70EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70EE is #138F11. Grayscale: #A3A3A3. Windows color (decimal): -1281810 or 15626476. OLE color: 15626476.

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

Color convert

RGB 236 112 238 -
CMYK 0.01 0.53 0 0.07
HSL 299.05º 0.79% 0.69% -
HSV(B) 299.05º 0.53% 0.93% -
XYZ 55.82 35.59 84.82 -
YUV 163.44 170.08 179.75 -
System Red Green Blue C M Y K H S L
Decimal 236 112 238 0.01 0.53 0 0.07 299.05 0.79 0.69
Hex EC 70 EE 1 35 0 7 12B 4F 45
Octal 354 160 356 1 65 0 7 453 117 105
Binary 11101100 1110000 11101110 1 110101 0 111 100101011 1001111 1000101

Color Harmonies of #EC70EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70EE

Black with #EC70EE

Text Example


Text Example

White with #EC70EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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