Html Css Color HEX #EE448E Violet Red

📋 copy color: '#EE448E'

red 238 ◦ green 68 ◦ blue 142

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

Shades of Violet Red #EE448E

Tints of Violet Red #EE448E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.7%

R = 53.13%
G = 15.18%
B = 31.7%

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

#EE448E (or 0xEE448E) is known color: Violet Red. HEX triplet: EE, 44 and 8E. RGB value is (238,68,142). Sum of RGB (Red+Green+Blue) = 238+68+142=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE448E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE448E is #11BB71. Grayscale: #7F7F7F. Windows color (decimal): -1162098 or 9323758. OLE color: 9323758.

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

Color convert

RGB 238 68 142 -
CMYK 0 0.71 0.40 0.07
HSL 333.88º 0.83% 0.6% -
HSV(B) 333.88º 0.71% 0.93% -
XYZ 42.21 24.26 28.05 -
YUV 127.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 238 68 142 0 0.71 0.40 0.07 333.88 0.83 0.6
Hex EE 44 8E 0 47 28 7 14E 53 3C
Octal 356 104 216 0 107 50 7 516 123 74
Binary 11101110 1000100 10001110 0 1000111 101000 111 101001110 1010011 111100

Color Harmonies of #EE448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE448E

Black with #EE448E

Text Example


Text Example

White with #EE448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE448E; }

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

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

background-color css

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

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

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

border-color css

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

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

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