Html Css Color HEX #EF417B Violet Red

📋 copy color: '#EF417B'

red 239 ◦ green 65 ◦ blue 123

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

Shades of Violet Red #EF417B

Tints of Violet Red #EF417B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.81%

R = 55.97%
G = 15.22%
B = 28.81%

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

#EF417B (or 0xEF417B) is known color: Violet Red. HEX triplet: EF, 41 and 7B. RGB value is (239,65,123). Sum of RGB (Red+Green+Blue) = 239+65+123=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF417B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF417B is #10BE84. Grayscale: #7B7B7B. Windows color (decimal): -1097349 or 8077807. OLE color: 8077807.

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

Color convert

RGB 239 65 123 -
CMYK 0 0.73 0.49 0.06
HSL 340º 0.84% 0.6% -
HSV(B) 340º 0.73% 0.94% -
XYZ 41.06 23.56 21.12 -
YUV 123.64 127.65 210.28 -
System Red Green Blue C M Y K H S L
Decimal 239 65 123 0 0.73 0.49 0.06 340 0.84 0.6
Hex EF 41 7B 0 49 31 6 154 54 3C
Octal 357 101 173 0 111 61 6 524 124 74
Binary 11101111 1000001 1111011 0 1001001 110001 110 101010100 1010100 111100

Color Harmonies of #EF417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF417B

Black with #EF417B

Text Example


Text Example

White with #EF417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF417B; }

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

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

background-color css

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

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

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

border-color css

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

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

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