Html Css Color HEX #EE417F Violet Red

📋 copy color: '#EE417F'

red 238 ◦ green 65 ◦ blue 127

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

Shades of Violet Red #EE417F

Tints of Violet Red #EE417F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.53%

R = 55.35%
G = 15.12%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE417F (or 0xEE417F) is known color: Violet Red. HEX triplet: EE, 41 and 7F. RGB value is (238,65,127). Sum of RGB (Red+Green+Blue) = 238+65+127=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE417F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE417F is #11BE80. Grayscale: #7B7B7B. Windows color (decimal): -1162881 or 8339950. OLE color: 8339950.

HSL color Cylindrical-coordinate representation of color #EE417F: hue angle of 338.5º 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 #EE417F is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 65 127 -
CMYK 0 0.73 0.47 0.07
HSL 338.5º 0.84% 0.59% -
HSV(B) 338.5º 0.73% 0.93% -
XYZ 40.98 23.49 22.45 -
YUV 123.8 129.81 209.46 -
System Red Green Blue C M Y K H S L
Decimal 238 65 127 0 0.73 0.47 0.07 338.5 0.84 0.59
Hex EE 41 7F 0 49 2F 7 152 54 3B
Octal 356 101 177 0 111 57 7 522 124 73
Binary 11101110 1000001 1111111 0 1001001 101111 111 101010010 1010100 111011

Color Harmonies of #EE417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE417F

Black with #EE417F

Text Example


Text Example

White with #EE417F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE417F; }

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

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

background-color css

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

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

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

border-color css

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

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

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