Html Css Color HEX #EF4794 Violet Red

📋 copy color: '#EF4794'

red 239 ◦ green 71 ◦ blue 148

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

Shades of Violet Red #EF4794

Tints of Violet Red #EF4794

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.5%

 BLUE value IS 148 (58.2% from 255) = 32.31%

R = 52.18%
G = 15.5%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF4794 (or 0xEF4794) is known color: Violet Red. HEX triplet: EF, 47 and 94. RGB value is (239,71,148). Sum of RGB (Red+Green+Blue) = 239+71+148=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4794 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4794 is #10B86B. Grayscale: #818181. Windows color (decimal): -1095788 or 9717743. OLE color: 9717743.

HSL color Cylindrical-coordinate representation of color #EF4794: hue angle of 332.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4794 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 71 148 -
CMYK 0 0.70 0.38 0.06
HSL 332.5º 0.84% 0.61% -
HSV(B) 332.5º 0.7% 0.94% -
XYZ 43.2 25 30.56 -
YUV 130.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 239 71 148 0 0.70 0.38 0.06 332.5 0.84 0.61
Hex EF 47 94 0 46 26 6 14C 54 3D
Octal 357 107 224 0 106 46 6 514 124 75
Binary 11101111 1000111 10010100 0 1000110 100110 110 101001100 1010100 111101

Color Harmonies of #EF4794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4794

Black with #EF4794

Text Example


Text Example

White with #EF4794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4794; }

 p { color: rgb(239,71,148); }

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

background-color css

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

 a { background-color: rgb(239,71,148); }

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

border-color css

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

 span { border-color: rgb(239,71,148); }

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