Html Css Color HEX #EE468A Violet Red

📋 copy color: '#EE468A'

red 238 ◦ green 70 ◦ blue 138

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

Shades of Violet Red #EE468A

Tints of Violet Red #EE468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 53.36%
G = 15.7%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE468A (or 0xEE468A) is known color: Violet Red. HEX triplet: EE, 46 and 8A. RGB value is (238,70,138). Sum of RGB (Red+Green+Blue) = 238+70+138=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE468A is #11B975. Grayscale: #7F7F7F. Windows color (decimal): -1161590 or 9062126. OLE color: 9062126.

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

Color convert

RGB 238 70 138 -
CMYK 0 0.71 0.42 0.07
HSL 335.71º 0.83% 0.6% -
HSV(B) 335.71º 0.71% 0.93% -
XYZ 42.04 24.39 26.54 -
YUV 127.98 133.66 206.47 -
System Red Green Blue C M Y K H S L
Decimal 238 70 138 0 0.71 0.42 0.07 335.71 0.83 0.6
Hex EE 46 8A 0 47 2A 7 150 53 3C
Octal 356 106 212 0 107 52 7 520 123 74
Binary 11101110 1000110 10001010 0 1000111 101010 111 101010000 1010011 111100

Color Harmonies of #EE468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE468A

Black with #EE468A

Text Example


Text Example

White with #EE468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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