Html Css Color HEX #EE448A Violet Red

📋 copy color: '#EE448A'

red 238 ◦ green 68 ◦ blue 138

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

Shades of Violet Red #EE448A

Tints of Violet Red #EE448A

RGB

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

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

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

R = 53.6%
G = 15.32%
B = 31.08%

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

#EE448A (or 0xEE448A) is known color: Violet Red. HEX triplet: EE, 44 and 8A. RGB value is (238,68,138). Sum of RGB (Red+Green+Blue) = 238+68+138=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE448A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE448A is #11BB75. Grayscale: #7E7E7E. Windows color (decimal): -1162102 or 9061614. OLE color: 9061614.

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

Color convert

RGB 238 68 138 -
CMYK 0 0.71 0.42 0.07
HSL 335.29º 0.83% 0.6% -
HSV(B) 335.29º 0.71% 0.93% -
XYZ 41.91 24.15 26.5 -
YUV 126.81 134.32 207.31 -
System Red Green Blue C M Y K H S L
Decimal 238 68 138 0 0.71 0.42 0.07 335.29 0.83 0.6
Hex EE 44 8A 0 47 2A 7 14F 53 3C
Octal 356 104 212 0 107 52 7 517 123 74
Binary 11101110 1000100 10001010 0 1000111 101010 111 101001111 1010011 111100

Color Harmonies of #EE448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE448A

Black with #EE448A

Text Example


Text Example

White with #EE448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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