Html Css Color HEX #EE72F0 Violet

📋 copy color: '#EE72F0'

red 238 ◦ green 114 ◦ blue 240

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

Shades of Violet #EE72F0

Tints of Violet #EE72F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.54%

R = 40.2%
G = 19.26%
B = 40.54%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE72F0 (or 0xEE72F0) is known color: Violet. HEX triplet: EE, 72 and F0. RGB value is (238,114,240). Sum of RGB (Red+Green+Blue) = 238+114+240=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 114 (44.92% from 255 or 19.26% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE72F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE72F0 is #118D0F. Grayscale: #A5A5A5. Windows color (decimal): -1150224 or 15758062. OLE color: 15758062.

HSL color Cylindrical-coordinate representation of color #EE72F0: hue angle of 299.05º degrees, saturation: 0.81, 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 #EE72F0 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 114 240 -
CMYK 0.01 0.52 0 0.06
HSL 299.05º 0.81% 0.69% -
HSV(B) 299.05º 0.53% 0.94% -
XYZ 57.01 36.5 86.48 -
YUV 165.44 170.08 179.75 -
System Red Green Blue C M Y K H S L
Decimal 238 114 240 0.01 0.52 0 0.06 299.05 0.81 0.69
Hex EE 72 F0 1 34 0 6 12B 51 45
Octal 356 162 360 1 64 0 6 453 121 105
Binary 11101110 1110010 11110000 1 110100 0 110 100101011 1010001 1000101

Color Harmonies of #EE72F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE72F0

Black with #EE72F0

Text Example


Text Example

White with #EE72F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE72F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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