Html Css Color HEX #EF3482 Violet Red

📋 copy color: '#EF3482'

red 239 ◦ green 52 ◦ blue 130

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

Shades of Violet Red #EF3482

Tints of Violet Red #EF3482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.35%

 BLUE value IS 130 (51.17% from 255) = 30.88%

R = 56.77%
G = 12.35%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF3482 (or 0xEF3482) is known color: Violet Red. HEX triplet: EF, 34 and 82. RGB value is (239,52,130). Sum of RGB (Red+Green+Blue) = 239+52+130=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3482 is #10CB7D. Grayscale: #747474. Windows color (decimal): -1100670 or 8533231. OLE color: 8533231.

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

Color convert

RGB 239 52 130 -
CMYK 0 0.78 0.46 0.06
HSL 334.97º 0.85% 0.57% -
HSV(B) 334.97º 0.78% 0.94% -
XYZ 40.85 22.42 23.29 -
YUV 116.81 135.45 215.16 -
System Red Green Blue C M Y K H S L
Decimal 239 52 130 0 0.78 0.46 0.06 334.97 0.85 0.57
Hex EF 34 82 0 4E 2E 6 14F 55 39
Octal 357 64 202 0 116 56 6 517 125 71
Binary 11101111 110100 10000010 0 1001110 101110 110 101001111 1010101 111001

Color Harmonies of #EF3482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3482

Black with #EF3482

Text Example


Text Example

White with #EF3482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3482; }

 p { color: rgb(239,52,130); }

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

background-color css

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

 a { background-color: rgb(239,52,130); }

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

border-color css

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

 span { border-color: rgb(239,52,130); }

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