Html Css Color HEX #EF407D Violet Red

📋 copy color: '#EF407D'

red 239 ◦ green 64 ◦ blue 125

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

Shades of Violet Red #EF407D

Tints of Violet Red #EF407D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 55.84%
G = 14.95%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF407D (or 0xEF407D) is known color: Violet Red. HEX triplet: EF, 40 and 7D. RGB value is (239,64,125). Sum of RGB (Red+Green+Blue) = 239+64+125=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF407D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF407D is #10BF82. Grayscale: #7B7B7B. Windows color (decimal): -1097603 or 8208623. OLE color: 8208623.

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

Color convert

RGB 239 64 125 -
CMYK 0 0.73 0.48 0.06
HSL 339.09º 0.85% 0.59% -
HSV(B) 339.09º 0.73% 0.94% -
XYZ 41.13 23.5 21.77 -
YUV 123.28 128.98 210.54 -
System Red Green Blue C M Y K H S L
Decimal 239 64 125 0 0.73 0.48 0.06 339.09 0.85 0.59
Hex EF 40 7D 0 49 30 6 153 55 3B
Octal 357 100 175 0 111 60 6 523 125 73
Binary 11101111 1000000 1111101 0 1001001 110000 110 101010011 1010101 111011

Color Harmonies of #EF407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF407D

Black with #EF407D

Text Example


Text Example

White with #EF407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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