Html Css Color HEX #EF4593 Violet Red

📋 copy color: '#EF4593'

red 239 ◦ green 69 ◦ blue 147

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

Shades of Violet Red #EF4593

Tints of Violet Red #EF4593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.16%

 BLUE value IS 147 (57.81% from 255) = 32.31%

R = 52.53%
G = 15.16%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF4593 (or 0xEF4593) is known color: Violet Red. HEX triplet: EF, 45 and 93. RGB value is (239,69,147). Sum of RGB (Red+Green+Blue) = 239+69+147=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4593 is #10BA6C. Grayscale: #808080. Windows color (decimal): -1096301 or 9651695. OLE color: 9651695.

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

Color convert

RGB 239 69 147 -
CMYK 0 0.71 0.38 0.06
HSL 332.47º 0.84% 0.6% -
HSV(B) 332.47º 0.71% 0.94% -
XYZ 42.99 24.71 30.11 -
YUV 128.72 138.32 206.66 -
System Red Green Blue C M Y K H S L
Decimal 239 69 147 0 0.71 0.38 0.06 332.47 0.84 0.6
Hex EF 45 93 0 47 26 6 14C 54 3C
Octal 357 105 223 0 107 46 6 514 124 74
Binary 11101111 1000101 10010011 0 1000111 100110 110 101001100 1010100 111100

Color Harmonies of #EF4593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4593

Black with #EF4593

Text Example


Text Example

White with #EF4593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4593; }

 p { color: rgb(239,69,147); }

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

background-color css

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

 a { background-color: rgb(239,69,147); }

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

border-color css

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

 span { border-color: rgb(239,69,147); }

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