Html Css Color HEX #EB407C Violet Red

📋 copy color: '#EB407C'

red 235 ◦ green 64 ◦ blue 124

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

Shades of Violet Red #EB407C

Tints of Violet Red #EB407C

RGB

 RED value IS 235 (92.19% from 255) = 55.56%

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

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 55.56%
G = 15.13%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB407C (or 0xEB407C) is known color: Violet Red. HEX triplet: EB, 40 and 7C. RGB value is (235,64,124). Sum of RGB (Red+Green+Blue) = 235+64+124=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB407C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB407C is #14BF83. Grayscale: #797979. Windows color (decimal): -1359748 or 8143083. OLE color: 8143083.

HSL color Cylindrical-coordinate representation of color #EB407C: hue angle of 338.95º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB407C is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 124 -
CMYK 0 0.73 0.47 0.08
HSL 338.95º 0.81% 0.59% -
HSV(B) 338.95º 0.73% 0.92% -
XYZ 39.73 22.78 21.37 -
YUV 121.97 129.15 208.62 -
System Red Green Blue C M Y K H S L
Decimal 235 64 124 0 0.73 0.47 0.08 338.95 0.81 0.59
Hex EB 40 7C 0 49 2F 8 153 51 3B
Octal 353 100 174 0 111 57 10 523 121 73
Binary 11101011 1000000 1111100 0 1001001 101111 1000 101010011 1010001 111011

Color Harmonies of #EB407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB407C

Black with #EB407C

Text Example


Text Example

White with #EB407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB407C; }

 p { color: rgb(235,64,124); }

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

background-color css

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

 a { background-color: rgb(235,64,124); }

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

border-color css

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

 span { border-color: rgb(235,64,124); }

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