Html Css Color HEX #EE417A Violet Red

📋 copy color: '#EE417A'

red 238 ◦ green 65 ◦ blue 122

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

Shades of Violet Red #EE417A

Tints of Violet Red #EE417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.29%

 BLUE value IS 122 (48.05% from 255) = 28.71%

R = 56%
G = 15.29%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE417A (or 0xEE417A) is known color: Violet Red. HEX triplet: EE, 41 and 7A. RGB value is (238,65,122). Sum of RGB (Red+Green+Blue) = 238+65+122=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE417A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE417A is #11BE85. Grayscale: #7B7B7B. Windows color (decimal): -1162886 or 8012270. OLE color: 8012270.

HSL color Cylindrical-coordinate representation of color #EE417A: hue angle of 340.23º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE417A is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 65 122 -
CMYK 0 0.73 0.49 0.07
HSL 340.23º 0.84% 0.59% -
HSV(B) 340.23º 0.73% 0.93% -
XYZ 40.66 23.36 20.78 -
YUV 123.23 127.31 209.87 -
System Red Green Blue C M Y K H S L
Decimal 238 65 122 0 0.73 0.49 0.07 340.23 0.84 0.59
Hex EE 41 7A 0 49 31 7 154 54 3B
Octal 356 101 172 0 111 61 7 524 124 73
Binary 11101110 1000001 1111010 0 1001001 110001 111 101010100 1010100 111011

Color Harmonies of #EE417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE417A

Black with #EE417A

Text Example


Text Example

White with #EE417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE417A; }

 p { color: rgb(238,65,122); }

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

background-color css

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

 a { background-color: rgb(238,65,122); }

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

border-color css

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

 span { border-color: rgb(238,65,122); }

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