Html Css Color HEX #EE75EF Violet

📋 copy color: '#EE75EF'

red 238 ◦ green 117 ◦ blue 239

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

Shades of Violet #EE75EF

Tints of Violet #EE75EF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.7%

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 40.07%
G = 19.7%
B = 40.24%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE75EF (or 0xEE75EF) is known color: Violet. HEX triplet: EE, 75 and EF. RGB value is (238,117,239). Sum of RGB (Red+Green+Blue) = 238+117+239=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 117 (46.09% from 255 or 19.70% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE75EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE75EF is #118A10. Grayscale: #A6A6A6. Windows color (decimal): -1149457 or 15693294. OLE color: 15693294.

HSL color Cylindrical-coordinate representation of color #EE75EF: hue angle of 299.51º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE75EF is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 117 239 -
CMYK 0.00 0.51 0 0.06
HSL 299.51º 0.79% 0.7% -
HSV(B) 299.51º 0.51% 0.94% -
XYZ 57.2 37.13 85.81 -
YUV 167.09 168.59 178.58 -
System Red Green Blue C M Y K H S L
Decimal 238 117 239 0.00 0.51 0 0.06 299.51 0.79 0.7
Hex EE 75 EF 0 33 0 6 12C 4F 46
Octal 356 165 357 0 63 0 6 454 117 106
Binary 11101110 1110101 11101111 0 110011 0 110 100101100 1001111 1000110

Color Harmonies of #EE75EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE75EF

Black with #EE75EF

Text Example


Text Example

White with #EE75EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE75EF; }

 p { color: rgb(238,117,239); }

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

background-color css

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

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

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

border-color css

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

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

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