Html Css Color HEX #EE72EF Violet

📋 copy color: '#EE72EF'

red 238 ◦ green 114 ◦ blue 239

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

Shades of Violet #EE72EF

Tints of Violet #EE72EF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.29%

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

R = 40.27%
G = 19.29%
B = 40.44%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE72EF (or 0xEE72EF) is known color: Violet. HEX triplet: EE, 72 and EF. RGB value is (238,114,239). Sum of RGB (Red+Green+Blue) = 238+114+239=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 114 (44.92% from 255 or 19.29% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE72EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE72EF is #118D10. Grayscale: #A4A4A4. Windows color (decimal): -1150225 or 15692526. OLE color: 15692526.

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

Color convert

RGB 238 114 239 -
CMYK 0.00 0.52 0 0.06
HSL 299.52º 0.8% 0.69% -
HSV(B) 299.52º 0.52% 0.94% -
XYZ 56.86 36.44 85.7 -
YUV 165.33 169.58 179.84 -
System Red Green Blue C M Y K H S L
Decimal 238 114 239 0.00 0.52 0 0.06 299.52 0.8 0.69
Hex EE 72 EF 0 34 0 6 12C 50 45
Octal 356 162 357 0 64 0 6 454 120 105
Binary 11101110 1110010 11101111 0 110100 0 110 100101100 1010000 1000101

Color Harmonies of #EE72EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE72EF

Black with #EE72EF

Text Example


Text Example

White with #EE72EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE72EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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