Html Css Color HEX #EB417B Violet Red

📋 copy color: '#EB417B'

red 235 ◦ green 65 ◦ blue 123

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

Shades of Violet Red #EB417B

Tints of Violet Red #EB417B

RGB

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

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

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

R = 55.56%
G = 15.37%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB417B (or 0xEB417B) is known color: Violet Red. HEX triplet: EB, 41 and 7B. RGB value is (235,65,123). Sum of RGB (Red+Green+Blue) = 235+65+123=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB417B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB417B is #14BE84. Grayscale: #7A7A7A. Windows color (decimal): -1359493 or 8077803. OLE color: 8077803.

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

Color convert

RGB 235 65 123 -
CMYK 0 0.72 0.48 0.08
HSL 339.53º 0.81% 0.59% -
HSV(B) 339.53º 0.72% 0.92% -
XYZ 39.73 22.87 21.06 -
YUV 122.44 128.32 208.28 -
System Red Green Blue C M Y K H S L
Decimal 235 65 123 0 0.72 0.48 0.08 339.53 0.81 0.59
Hex EB 41 7B 0 48 30 8 154 51 3B
Octal 353 101 173 0 110 60 10 524 121 73
Binary 11101011 1000001 1111011 0 1001000 110000 1000 101010100 1010001 111011

Color Harmonies of #EB417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB417B

Black with #EB417B

Text Example


Text Example

White with #EB417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB417B; }

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

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

background-color css

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

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

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

border-color css

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

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

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