Html Css Color HEX #EF4590 Violet Red

📋 copy color: '#EF4590'

red 239 ◦ green 69 ◦ blue 144

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

Shades of Violet Red #EF4590

Tints of Violet Red #EF4590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.86%

R = 52.88%
G = 15.27%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF4590 (or 0xEF4590) is known color: Violet Red. HEX triplet: EF, 45 and 90. RGB value is (239,69,144). Sum of RGB (Red+Green+Blue) = 239+69+144=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4590 is #10BA6F. Grayscale: #808080. Windows color (decimal): -1096304 or 9455087. OLE color: 9455087.

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

Color convert

RGB 239 69 144 -
CMYK 0 0.71 0.40 0.06
HSL 333.53º 0.84% 0.6% -
HSV(B) 333.53º 0.71% 0.94% -
XYZ 42.76 24.62 28.88 -
YUV 128.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 239 69 144 0 0.71 0.40 0.06 333.53 0.84 0.6
Hex EF 45 90 0 47 28 6 14E 54 3C
Octal 357 105 220 0 107 50 6 516 124 74
Binary 11101111 1000101 10010000 0 1000111 101000 110 101001110 1010100 111100

Color Harmonies of #EF4590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4590

Black with #EF4590

Text Example


Text Example

White with #EF4590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4590; }

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

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

background-color css

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

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

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

border-color css

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

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

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