Html Css Color HEX #EF398F Violet Red

📋 copy color: '#EF398F'

red 239 ◦ green 57 ◦ blue 143

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

Shades of Violet Red #EF398F

Tints of Violet Red #EF398F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.98%

 BLUE value IS 143 (56.25% from 255) = 32.57%

R = 54.44%
G = 12.98%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF398F (or 0xEF398F) is known color: Violet Red. HEX triplet: EF, 39 and 8F. RGB value is (239,57,143). Sum of RGB (Red+Green+Blue) = 239+57+143=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF398F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF398F is #10C670. Grayscale: #797979. Windows color (decimal): -1099377 or 9386479. OLE color: 9386479.

HSL color Cylindrical-coordinate representation of color #EF398F: hue angle of 331.65º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF398F is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 57 143 -
CMYK 0 0.76 0.40 0.06
HSL 331.65º 0.85% 0.58% -
HSV(B) 331.65º 0.76% 0.94% -
XYZ 42.02 23.26 28.26 -
YUV 121.22 140.3 212.01 -
System Red Green Blue C M Y K H S L
Decimal 239 57 143 0 0.76 0.40 0.06 331.65 0.85 0.58
Hex EF 39 8F 0 4C 28 6 14C 55 3A
Octal 357 71 217 0 114 50 6 514 125 72
Binary 11101111 111001 10001111 0 1001100 101000 110 101001100 1010101 111010

Color Harmonies of #EF398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF398F

Black with #EF398F

Text Example


Text Example

White with #EF398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF398F; }

 p { color: rgb(239,57,143); }

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

background-color css

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

 a { background-color: rgb(239,57,143); }

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

border-color css

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

 span { border-color: rgb(239,57,143); }

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