Html Css Color HEX #EE74E6 Violet

📋 copy color: '#EE74E6'

red 238 ◦ green 116 ◦ blue 230

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

Shades of Violet #EE74E6

Tints of Violet #EE74E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.38%

R = 40.75%
G = 19.86%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE74E6 (or 0xEE74E6) is known color: Violet. HEX triplet: EE, 74 and E6. RGB value is (238,116,230). Sum of RGB (Red+Green+Blue) = 238+116+230=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 116 (45.70% from 255 or 19.86% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE74E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE74E6 is #118B19. Grayscale: #A5A5A5. Windows color (decimal): -1149722 or 15103214. OLE color: 15103214.

HSL color Cylindrical-coordinate representation of color #EE74E6: hue angle of 303.93º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE74E6 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 116 230 -
CMYK 0 0.51 0.03 0.07
HSL 303.93º 0.78% 0.69% -
HSV(B) 303.93º 0.51% 0.93% -
XYZ 55.79 36.38 78.94 -
YUV 165.47 164.42 179.73 -
System Red Green Blue C M Y K H S L
Decimal 238 116 230 0 0.51 0.03 0.07 303.93 0.78 0.69
Hex EE 74 E6 0 33 3 7 130 4E 45
Octal 356 164 346 0 63 3 7 460 116 105
Binary 11101110 1110100 11100110 0 110011 11 111 100110000 1001110 1000101

Color Harmonies of #EE74E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE74E6

Black with #EE74E6

Text Example


Text Example

White with #EE74E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE74E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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