Html Css Color HEX #EE468F Violet Red

📋 copy color: '#EE468F'

red 238 ◦ green 70 ◦ blue 143

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

Shades of Violet Red #EE468F

Tints of Violet Red #EE468F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 52.77%
G = 15.52%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE468F (or 0xEE468F) is known color: Violet Red. HEX triplet: EE, 46 and 8F. RGB value is (238,70,143). Sum of RGB (Red+Green+Blue) = 238+70+143=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE468F is #11B970. Grayscale: #808080. Windows color (decimal): -1161585 or 9389806. OLE color: 9389806.

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

Color convert

RGB 238 70 143 -
CMYK 0 0.71 0.40 0.07
HSL 333.93º 0.83% 0.6% -
HSV(B) 333.93º 0.71% 0.93% -
XYZ 42.41 24.54 28.49 -
YUV 128.55 136.16 206.06 -
System Red Green Blue C M Y K H S L
Decimal 238 70 143 0 0.71 0.40 0.07 333.93 0.83 0.6
Hex EE 46 8F 0 47 28 7 14E 53 3C
Octal 356 106 217 0 107 50 7 516 123 74
Binary 11101110 1000110 10001111 0 1000111 101000 111 101001110 1010011 111100

Color Harmonies of #EE468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE468F

Black with #EE468F

Text Example


Text Example

White with #EE468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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