Html Css Color HEX #EE447F Violet Red

📋 copy color: '#EE447F'

red 238 ◦ green 68 ◦ blue 127

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

Shades of Violet Red #EE447F

Tints of Violet Red #EE447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.33%

R = 54.97%
G = 15.7%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE447F (or 0xEE447F) is known color: Violet Red. HEX triplet: EE, 44 and 7F. RGB value is (238,68,127). Sum of RGB (Red+Green+Blue) = 238+68+127=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE447F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE447F is #11BB80. Grayscale: #7D7D7D. Windows color (decimal): -1162113 or 8340718. OLE color: 8340718.

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

Color convert

RGB 238 68 127 -
CMYK 0 0.71 0.47 0.07
HSL 339.18º 0.83% 0.6% -
HSV(B) 339.18º 0.71% 0.93% -
XYZ 41.16 23.84 22.51 -
YUV 125.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 238 68 127 0 0.71 0.47 0.07 339.18 0.83 0.6
Hex EE 44 7F 0 47 2F 7 153 53 3C
Octal 356 104 177 0 107 57 7 523 123 74
Binary 11101110 1000100 1111111 0 1000111 101111 111 101010011 1010011 111100

Color Harmonies of #EE447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE447F

Black with #EE447F

Text Example


Text Example

White with #EE447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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