Html Css Color HEX #EB407E Violet Red

📋 copy color: '#EB407E'

red 235 ◦ green 64 ◦ blue 126

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

Shades of Violet Red #EB407E

Tints of Violet Red #EB407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.65%

R = 55.29%
G = 15.06%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB407E (or 0xEB407E) is known color: Violet Red. HEX triplet: EB, 40 and 7E. RGB value is (235,64,126). Sum of RGB (Red+Green+Blue) = 235+64+126=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB407E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB407E is #14BF81. Grayscale: #7A7A7A. Windows color (decimal): -1359746 or 8274155. OLE color: 8274155.

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

Color convert

RGB 235 64 126 -
CMYK 0 0.73 0.46 0.08
HSL 338.25º 0.81% 0.59% -
HSV(B) 338.25º 0.73% 0.92% -
XYZ 39.86 22.84 22.05 -
YUV 122.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 235 64 126 0 0.73 0.46 0.08 338.25 0.81 0.59
Hex EB 40 7E 0 49 2E 8 152 51 3B
Octal 353 100 176 0 111 56 10 522 121 73
Binary 11101011 1000000 1111110 0 1001001 101110 1000 101010010 1010001 111011

Color Harmonies of #EB407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB407E

Black with #EB407E

Text Example


Text Example

White with #EB407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB407E; }

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

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

background-color css

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

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

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

border-color css

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

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

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