Html Css Color HEX #EF4580 Violet Red

📋 copy color: '#EF4580'

red 239 ◦ green 69 ◦ blue 128

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

Shades of Violet Red #EF4580

Tints of Violet Red #EF4580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.83%

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 54.82%
G = 15.83%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF4580 (or 0xEF4580) is known color: Violet Red. HEX triplet: EF, 45 and 80. RGB value is (239,69,128). Sum of RGB (Red+Green+Blue) = 239+69+128=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4580 is #10BA7F. Grayscale: #7E7E7E. Windows color (decimal): -1096320 or 8406511. OLE color: 8406511.

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

Color convert

RGB 239 69 128 -
CMYK 0 0.71 0.46 0.06
HSL 339.18º 0.84% 0.6% -
HSV(B) 339.18º 0.71% 0.94% -
XYZ 41.62 24.17 22.89 -
YUV 126.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 239 69 128 0 0.71 0.46 0.06 339.18 0.84 0.6
Hex EF 45 80 0 47 2E 6 153 54 3C
Octal 357 105 200 0 107 56 6 523 124 74
Binary 11101111 1000101 10000000 0 1000111 101110 110 101010011 1010100 111100

Color Harmonies of #EF4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4580

Black with #EF4580

Text Example


Text Example

White with #EF4580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4580; }

 p { color: rgb(239,69,128); }

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

background-color css

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

 a { background-color: rgb(239,69,128); }

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

border-color css

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

 span { border-color: rgb(239,69,128); }

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