Html Css Color HEX #EF3383 Violet Red

📋 copy color: '#EF3383'

red 239 ◦ green 51 ◦ blue 131

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

Shades of Violet Red #EF3383

Tints of Violet Red #EF3383

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.11%

 BLUE value IS 131 (51.56% from 255) = 31.12%

R = 56.77%
G = 12.11%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF3383 (or 0xEF3383) is known color: Violet Red. HEX triplet: EF, 33 and 83. RGB value is (239,51,131). Sum of RGB (Red+Green+Blue) = 239+51+131=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3383 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3383 is #10CC7C. Grayscale: #747474. Windows color (decimal): -1100925 or 8598511. OLE color: 8598511.

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

Color convert

RGB 239 51 131 -
CMYK 0 0.79 0.45 0.06
HSL 334.47º 0.85% 0.57% -
HSV(B) 334.47º 0.79% 0.94% -
XYZ 40.88 22.36 23.63 -
YUV 116.33 136.28 215.5 -
System Red Green Blue C M Y K H S L
Decimal 239 51 131 0 0.79 0.45 0.06 334.47 0.85 0.57
Hex EF 33 83 0 4F 2D 6 14E 55 39
Octal 357 63 203 0 117 55 6 516 125 71
Binary 11101111 110011 10000011 0 1001111 101101 110 101001110 1010101 111001

Color Harmonies of #EF3383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3383

Black with #EF3383

Text Example


Text Example

White with #EF3383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3383; }

 p { color: rgb(239,51,131); }

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

background-color css

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

 a { background-color: rgb(239,51,131); }

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

border-color css

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

 span { border-color: rgb(239,51,131); }

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