Html Css Color HEX #EE70ED Violet

📋 copy color: '#EE70ED'

red 238 ◦ green 112 ◦ blue 237

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

Shades of Violet #EE70ED

Tints of Violet #EE70ED

RGB

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

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

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

R = 40.55%
G = 19.08%
B = 40.37%

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

#EE70ED (or 0xEE70ED) is known color: Violet. HEX triplet: EE, 70 and ED. RGB value is (238,112,237). Sum of RGB (Red+Green+Blue) = 238+112+237=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 112 (44.14% from 255 or 19.08% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE70ED is #118F12. Grayscale: #A3A3A3. Windows color (decimal): -1150739 or 15560942. OLE color: 15560942.

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

Color convert

RGB 238 112 237 -
CMYK 0 0.53 0.00 0.07
HSL 300.48º 0.79% 0.69% -
HSV(B) 300.48º 0.53% 0.93% -
XYZ 56.34 35.88 84.08 -
YUV 163.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 238 112 237 0 0.53 0.00 0.07 300.48 0.79 0.69
Hex EE 70 ED 0 35 0 7 12C 4F 45
Octal 356 160 355 0 65 0 7 454 117 105
Binary 11101110 1110000 11101101 0 110101 0 111 100101100 1001111 1000101

Color Harmonies of #EE70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70ED

Black with #EE70ED

Text Example


Text Example

White with #EE70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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