Html Css Color HEX #EF3385 Violet Red

📋 copy color: '#EF3385'

red 239 ◦ green 51 ◦ blue 133

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

Shades of Violet Red #EF3385

Tints of Violet Red #EF3385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.44%

R = 56.5%
G = 12.06%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF3385 (or 0xEF3385) is known color: Violet Red. HEX triplet: EF, 33 and 85. RGB value is (239,51,133). Sum of RGB (Red+Green+Blue) = 239+51+133=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3385 is #10CC7A. Grayscale: #747474. Windows color (decimal): -1100923 or 8729583. OLE color: 8729583.

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

Color convert

RGB 239 51 133 -
CMYK 0 0.79 0.44 0.06
HSL 333.83º 0.85% 0.57% -
HSV(B) 333.83º 0.79% 0.94% -
XYZ 41.01 22.41 24.35 -
YUV 116.56 137.28 215.33 -
System Red Green Blue C M Y K H S L
Decimal 239 51 133 0 0.79 0.44 0.06 333.83 0.85 0.57
Hex EF 33 85 0 4F 2C 6 14E 55 39
Octal 357 63 205 0 117 54 6 516 125 71
Binary 11101111 110011 10000101 0 1001111 101100 110 101001110 1010101 111001

Color Harmonies of #EF3385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3385

Black with #EF3385

Text Example


Text Example

White with #EF3385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3385; }

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

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

background-color css

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

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

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

border-color css

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

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

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