Html Css Color HEX #EE74F9 Violet

📋 copy color: '#EE74F9'

red 238 ◦ green 116 ◦ blue 249

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

Shades of Violet #EE74F9

Tints of Violet #EE74F9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.24%

 BLUE value IS 249 (97.66% from 255) = 41.29%

R = 39.47%
G = 19.24%
B = 41.29%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE74F9 (or 0xEE74F9) is known color: Violet. HEX triplet: EE, 74 and F9. RGB value is (238,116,249). Sum of RGB (Red+Green+Blue) = 238+116+249=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 116 (45.70% from 255 or 19.24% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE74F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE74F9 is #118B06. Grayscale: #A7A7A7. Windows color (decimal): -1149703 or 16348398. OLE color: 16348398.

HSL color Cylindrical-coordinate representation of color #EE74F9: hue angle of 295.04º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE74F9 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 116 249 -
CMYK 0.04 0.53 0 0.02
HSL 295.04º 0.92% 0.72% -
HSV(B) 295.04º 0.53% 0.98% -
XYZ 58.6 37.51 93.77 -
YUV 167.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 238 116 249 0.04 0.53 0 0.02 295.04 0.92 0.72
Hex EE 74 F9 4 35 0 2 127 5C 48
Octal 356 164 371 4 65 0 2 447 134 110
Binary 11101110 1110100 11111001 100 110101 0 10 100100111 1011100 1001000

Color Harmonies of #EE74F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE74F9

Black with #EE74F9

Text Example


Text Example

White with #EE74F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE74F9; }

 p { color: rgb(238,116,249); }

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

background-color css

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

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

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

border-color css

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

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

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