Html Css Color HEX #EE7DEC Violet

📋 copy color: '#EE7DEC'

red 238 ◦ green 125 ◦ blue 236

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

Shades of Violet #EE7DEC

Tints of Violet #EE7DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.87%

 BLUE value IS 236 (92.58% from 255) = 39.4%

R = 39.73%
G = 20.87%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE7DEC (or 0xEE7DEC) is known color: Violet. HEX triplet: EE, 7D and EC. RGB value is (238,125,236). Sum of RGB (Red+Green+Blue) = 238+125+236=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7DEC is #118213. Grayscale: #ABABAB. Windows color (decimal): -1147412 or 15498734. OLE color: 15498734.

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

Color convert

RGB 238 125 236 -
CMYK 0 0.47 0.01 0.07
HSL 301.06º 0.77% 0.71% -
HSV(B) 301.06º 0.47% 0.93% -
XYZ 57.73 38.9 83.82 -
YUV 171.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 238 125 236 0 0.47 0.01 0.07 301.06 0.77 0.71
Hex EE 7D EC 0 2F 1 7 12D 4D 47
Octal 356 175 354 0 57 1 7 455 115 107
Binary 11101110 1111101 11101100 0 101111 1 111 100101101 1001101 1000111

Color Harmonies of #EE7DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7DEC

Black with #EE7DEC

Text Example


Text Example

White with #EE7DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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