Html Css Color HEX #EF447A Violet Red

📋 copy color: '#EF447A'

red 239 ◦ green 68 ◦ blue 122

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

Shades of Violet Red #EF447A

Tints of Violet Red #EF447A

RGB

 RED value IS 239 (93.75% from 255) = 55.71%

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

 BLUE value IS 122 (48.05% from 255) = 28.44%

R = 55.71%
G = 15.85%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF447A (or 0xEF447A) is known color: Violet Red. HEX triplet: EF, 44 and 7A. RGB value is (239,68,122). Sum of RGB (Red+Green+Blue) = 239+68+122=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF447A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF447A is #10BB85. Grayscale: #7D7D7D. Windows color (decimal): -1096582 or 8013039. OLE color: 8013039.

HSL color Cylindrical-coordinate representation of color #EF447A: hue angle of 341.05º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF447A is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 68 122 -
CMYK 0 0.72 0.49 0.06
HSL 341.05º 0.84% 0.6% -
HSV(B) 341.05º 0.72% 0.94% -
XYZ 41.18 23.89 20.85 -
YUV 125.29 126.15 209.11 -
System Red Green Blue C M Y K H S L
Decimal 239 68 122 0 0.72 0.49 0.06 341.05 0.84 0.6
Hex EF 44 7A 0 48 31 6 155 54 3C
Octal 357 104 172 0 110 61 6 525 124 74
Binary 11101111 1000100 1111010 0 1001000 110001 110 101010101 1010100 111100

Color Harmonies of #EF447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF447A

Black with #EF447A

Text Example


Text Example

White with #EF447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF447A; }

 p { color: rgb(239,68,122); }

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

background-color css

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

 a { background-color: rgb(239,68,122); }

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

border-color css

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

 span { border-color: rgb(239,68,122); }

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