Html Css Color HEX #EF4795 Violet Red

📋 copy color: '#EF4795'

red 239 ◦ green 71 ◦ blue 149

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

Shades of Violet Red #EF4795

Tints of Violet Red #EF4795

RGB

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

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

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

R = 52.07%
G = 15.47%
B = 32.46%

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

#EF4795 (or 0xEF4795) is known color: Violet Red. HEX triplet: EF, 47 and 95. RGB value is (239,71,149). Sum of RGB (Red+Green+Blue) = 239+71+149=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4795 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4795 is #10B86A. Grayscale: #818181. Windows color (decimal): -1095787 or 9783279. OLE color: 9783279.

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

Color convert

RGB 239 71 149 -
CMYK 0 0.70 0.38 0.06
HSL 332.14º 0.84% 0.61% -
HSV(B) 332.14º 0.7% 0.94% -
XYZ 43.27 25.03 30.98 -
YUV 130.12 138.66 205.66 -
System Red Green Blue C M Y K H S L
Decimal 239 71 149 0 0.70 0.38 0.06 332.14 0.84 0.61
Hex EF 47 95 0 46 26 6 14C 54 3D
Octal 357 107 225 0 106 46 6 514 124 75
Binary 11101111 1000111 10010101 0 1000110 100110 110 101001100 1010100 111101

Color Harmonies of #EF4795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4795

Black with #EF4795

Text Example


Text Example

White with #EF4795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4795; }

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

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

background-color css

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

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

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

border-color css

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

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

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