Html Css Color HEX #EF407A Violet Red

📋 copy color: '#EF407A'

red 239 ◦ green 64 ◦ blue 122

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

Shades of Violet Red #EF407A

Tints of Violet Red #EF407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.06%

 BLUE value IS 122 (48.05% from 255) = 28.71%

R = 56.24%
G = 15.06%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF407A (or 0xEF407A) is known color: Violet Red. HEX triplet: EF, 40 and 7A. RGB value is (239,64,122). Sum of RGB (Red+Green+Blue) = 239+64+122=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF407A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF407A is #10BF85. Grayscale: #7A7A7A. Windows color (decimal): -1097606 or 8012015. OLE color: 8012015.

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

Color convert

RGB 239 64 122 -
CMYK 0 0.73 0.49 0.06
HSL 340.11º 0.85% 0.59% -
HSV(B) 340.11º 0.73% 0.94% -
XYZ 40.94 23.42 20.78 -
YUV 122.94 127.48 210.78 -
System Red Green Blue C M Y K H S L
Decimal 239 64 122 0 0.73 0.49 0.06 340.11 0.85 0.59
Hex EF 40 7A 0 49 31 6 154 55 3B
Octal 357 100 172 0 111 61 6 524 125 73
Binary 11101111 1000000 1111010 0 1001001 110001 110 101010100 1010101 111011

Color Harmonies of #EF407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF407A

Black with #EF407A

Text Example


Text Example

White with #EF407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF407A; }

 p { color: rgb(239,64,122); }

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

background-color css

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

 a { background-color: rgb(239,64,122); }

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

border-color css

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

 span { border-color: rgb(239,64,122); }

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