Html Css Color HEX #EE468D Violet Red

📋 copy color: '#EE468D'

red 238 ◦ green 70 ◦ blue 141

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

Shades of Violet Red #EE468D

Tints of Violet Red #EE468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.59%

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 53.01%
G = 15.59%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE468D (or 0xEE468D) is known color: Violet Red. HEX triplet: EE, 46 and 8D. RGB value is (238,70,141). Sum of RGB (Red+Green+Blue) = 238+70+141=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE468D is #11B972. Grayscale: #808080. Windows color (decimal): -1161587 or 9258734. OLE color: 9258734.

HSL color Cylindrical-coordinate representation of color #EE468D: hue angle of 334.64º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE468D is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 70 141 -
CMYK 0 0.71 0.41 0.07
HSL 334.64º 0.83% 0.6% -
HSV(B) 334.64º 0.71% 0.93% -
XYZ 42.26 24.48 27.7 -
YUV 128.33 135.16 206.23 -
System Red Green Blue C M Y K H S L
Decimal 238 70 141 0 0.71 0.41 0.07 334.64 0.83 0.6
Hex EE 46 8D 0 47 29 7 14F 53 3C
Octal 356 106 215 0 107 51 7 517 123 74
Binary 11101110 1000110 10001101 0 1000111 101001 111 101001111 1010011 111100

Color Harmonies of #EE468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE468D

Black with #EE468D

Text Example


Text Example

White with #EE468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE468D; }

 p { color: rgb(238,70,141); }

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

background-color css

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

 a { background-color: rgb(238,70,141); }

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

border-color css

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

 span { border-color: rgb(238,70,141); }

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