Html Css Color HEX #EE70F0 Violet

📋 copy color: '#EE70F0'

red 238 ◦ green 112 ◦ blue 240

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

Shades of Violet #EE70F0

Tints of Violet #EE70F0

RGB

 RED value IS 238 (93.36% from 255) = 40.34%

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

 BLUE value IS 240 (94.14% from 255) = 40.68%

R = 40.34%
G = 18.98%
B = 40.68%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE70F0 (or 0xEE70F0) is known color: Violet. HEX triplet: EE, 70 and F0. RGB value is (238,112,240). Sum of RGB (Red+Green+Blue) = 238+112+240=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 112 (44.14% from 255 or 18.98% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE70F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE70F0 is #118F0F. Grayscale: #A3A3A3. Windows color (decimal): -1150736 or 15757550. OLE color: 15757550.

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

Color convert

RGB 238 112 240 -
CMYK 0.01 0.53 0 0.06
HSL 299.06º 0.81% 0.69% -
HSV(B) 299.06º 0.53% 0.94% -
XYZ 56.78 36.06 86.4 -
YUV 164.27 170.74 180.59 -
System Red Green Blue C M Y K H S L
Decimal 238 112 240 0.01 0.53 0 0.06 299.06 0.81 0.69
Hex EE 70 F0 1 35 0 6 12B 51 45
Octal 356 160 360 1 65 0 6 453 121 105
Binary 11101110 1110000 11110000 1 110101 0 110 100101011 1010001 1000101

Color Harmonies of #EE70F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70F0

Black with #EE70F0

Text Example


Text Example

White with #EE70F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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