Html Css Color HEX #EF417D Violet Red

📋 copy color: '#EF417D'

red 239 ◦ green 65 ◦ blue 125

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

Shades of Violet Red #EF417D

Tints of Violet Red #EF417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.15%

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

R = 55.71%
G = 15.15%
B = 29.14%

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

#EF417D (or 0xEF417D) is known color: Violet Red. HEX triplet: EF, 41 and 7D. RGB value is (239,65,125). Sum of RGB (Red+Green+Blue) = 239+65+125=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF417D is #10BE82. Grayscale: #7B7B7B. Windows color (decimal): -1097347 or 8208879. OLE color: 8208879.

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

Color convert

RGB 239 65 125 -
CMYK 0 0.73 0.48 0.06
HSL 339.31º 0.84% 0.6% -
HSV(B) 339.31º 0.73% 0.94% -
XYZ 41.19 23.61 21.79 -
YUV 123.87 128.65 210.12 -
System Red Green Blue C M Y K H S L
Decimal 239 65 125 0 0.73 0.48 0.06 339.31 0.84 0.6
Hex EF 41 7D 0 49 30 6 153 54 3C
Octal 357 101 175 0 111 60 6 523 124 74
Binary 11101111 1000001 1111101 0 1001001 110000 110 101010011 1010100 111100

Color Harmonies of #EF417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF417D

Black with #EF417D

Text Example


Text Example

White with #EF417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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