Html Css Color HEX #EF3E94 Violet Red

📋 copy color: '#EF3E94'

red 239 ◦ green 62 ◦ blue 148

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

Shades of Violet Red #EF3E94

Tints of Violet Red #EF3E94

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.81%

 BLUE value IS 148 (58.2% from 255) = 32.96%

R = 53.23%
G = 13.81%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF3E94 (or 0xEF3E94) is known color: Violet Red. HEX triplet: EF, 3E and 94. RGB value is (239,62,148). Sum of RGB (Red+Green+Blue) = 239+62+148=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3E94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3E94 is #10C16B. Grayscale: #7C7C7C. Windows color (decimal): -1098092 or 9715439. OLE color: 9715439.

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

Color convert

RGB 239 62 148 -
CMYK 0 0.74 0.38 0.06
HSL 330.85º 0.85% 0.59% -
HSV(B) 330.85º 0.74% 0.94% -
XYZ 42.66 23.93 30.39 -
YUV 124.73 141.14 209.51 -
System Red Green Blue C M Y K H S L
Decimal 239 62 148 0 0.74 0.38 0.06 330.85 0.85 0.59
Hex EF 3E 94 0 4A 26 6 14B 55 3B
Octal 357 76 224 0 112 46 6 513 125 73
Binary 11101111 111110 10010100 0 1001010 100110 110 101001011 1010101 111011

Color Harmonies of #EF3E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3E94

Black with #EF3E94

Text Example


Text Example

White with #EF3E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3E94; }

 p { color: rgb(239,62,148); }

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

background-color css

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

 a { background-color: rgb(239,62,148); }

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

border-color css

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

 span { border-color: rgb(239,62,148); }

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