Html Css Color HEX #EB407D Violet Red

📋 copy color: '#EB407D'

red 235 ◦ green 64 ◦ blue 125

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

Shades of Violet Red #EB407D

Tints of Violet Red #EB407D

RGB

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

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

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

R = 55.42%
G = 15.09%
B = 29.48%

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

#EB407D (or 0xEB407D) is known color: Violet Red. HEX triplet: EB, 40 and 7D. RGB value is (235,64,125). Sum of RGB (Red+Green+Blue) = 235+64+125=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB407D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB407D is #14BF82. Grayscale: #7A7A7A. Windows color (decimal): -1359747 or 8208619. OLE color: 8208619.

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

Color convert

RGB 235 64 125 -
CMYK 0 0.73 0.47 0.08
HSL 338.6º 0.81% 0.59% -
HSV(B) 338.6º 0.73% 0.92% -
XYZ 39.8 22.81 21.71 -
YUV 122.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 235 64 125 0 0.73 0.47 0.08 338.6 0.81 0.59
Hex EB 40 7D 0 49 2F 8 153 51 3B
Octal 353 100 175 0 111 57 10 523 121 73
Binary 11101011 1000000 1111101 0 1001001 101111 1000 101010011 1010001 111011

Color Harmonies of #EB407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB407D

Black with #EB407D

Text Example


Text Example

White with #EB407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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