Html Css Color HEX #EF4595 Violet Red

📋 copy color: '#EF4595'

red 239 ◦ green 69 ◦ blue 149

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

Shades of Violet Red #EF4595

Tints of Violet Red #EF4595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 52.3%
G = 15.1%
B = 32.6%

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

#EF4595 (or 0xEF4595) is known color: Violet Red. HEX triplet: EF, 45 and 95. RGB value is (239,69,149). Sum of RGB (Red+Green+Blue) = 239+69+149=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4595 is #10BA6A. Grayscale: #808080. Windows color (decimal): -1096299 or 9782767. OLE color: 9782767.

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

Color convert

RGB 239 69 149 -
CMYK 0 0.71 0.38 0.06
HSL 331.76º 0.84% 0.6% -
HSV(B) 331.76º 0.71% 0.94% -
XYZ 43.15 24.78 30.94 -
YUV 128.95 139.32 206.5 -
System Red Green Blue C M Y K H S L
Decimal 239 69 149 0 0.71 0.38 0.06 331.76 0.84 0.6
Hex EF 45 95 0 47 26 6 14C 54 3C
Octal 357 105 225 0 107 46 6 514 124 74
Binary 11101111 1000101 10010101 0 1000111 100110 110 101001100 1010100 111100

Color Harmonies of #EF4595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4595

Black with #EF4595

Text Example


Text Example

White with #EF4595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4595; }

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

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

background-color css

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

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

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

border-color css

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

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

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