Html Css Color HEX #EE448D Violet Red

📋 copy color: '#EE448D'

red 238 ◦ green 68 ◦ blue 141

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

Shades of Violet Red #EE448D

Tints of Violet Red #EE448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.21%

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

R = 53.24%
G = 15.21%
B = 31.54%

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

#EE448D (or 0xEE448D) is known color: Violet Red. HEX triplet: EE, 44 and 8D. RGB value is (238,68,141). Sum of RGB (Red+Green+Blue) = 238+68+141=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE448D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE448D is #11BB72. Grayscale: #7F7F7F. Windows color (decimal): -1162099 or 9258222. OLE color: 9258222.

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

Color convert

RGB 238 68 141 -
CMYK 0 0.71 0.41 0.07
HSL 334.24º 0.83% 0.6% -
HSV(B) 334.24º 0.71% 0.93% -
XYZ 42.13 24.23 27.66 -
YUV 127.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 238 68 141 0 0.71 0.41 0.07 334.24 0.83 0.6
Hex EE 44 8D 0 47 29 7 14E 53 3C
Octal 356 104 215 0 107 51 7 516 123 74
Binary 11101110 1000100 10001101 0 1000111 101001 111 101001110 1010011 111100

Color Harmonies of #EE448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE448D

Black with #EE448D

Text Example


Text Example

White with #EE448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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