Html Css Color HEX #EE6AEE Violet

📋 copy color: '#EE6AEE'

red 238 ◦ green 106 ◦ blue 238

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

Shades of Violet #EE6AEE

Tints of Violet #EE6AEE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.21%

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

R = 40.89%
G = 18.21%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE6AEE (or 0xEE6AEE) is known color: Violet. HEX triplet: EE, 6A and EE. RGB value is (238,106,238). Sum of RGB (Red+Green+Blue) = 238+106+238=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 106 (41.80% from 255 or 18.21% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE6AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6AEE is #119511. Grayscale: #A0A0A0. Windows color (decimal): -1152274 or 15624942. OLE color: 15624942.

HSL color Cylindrical-coordinate representation of color #EE6AEE: hue angle of 300º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6AEE is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 106 238 -
CMYK 0 0.55 0 0.07
HSL 300º 0.8% 0.67% -
HSV(B) 300º 0.55% 0.93% -
XYZ 55.85 34.66 84.64 -
YUV 160.52 171.73 183.27 -
System Red Green Blue C M Y K H S L
Decimal 238 106 238 0 0.55 0 0.07 300 0.8 0.67
Hex EE 6A EE 0 37 0 7 12C 50 43
Octal 356 152 356 0 67 0 7 454 120 103
Binary 11101110 1101010 11101110 0 110111 0 111 100101100 1010000 1000011

Color Harmonies of #EE6AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6AEE

Black with #EE6AEE

Text Example


Text Example

White with #EE6AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6AEE; }

 p { color: rgb(238,106,238); }

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

background-color css

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

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

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

border-color css

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

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

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