Html Css Color HEX #EB417D Violet Red

📋 copy color: '#EB417D'

red 235 ◦ green 65 ◦ blue 125

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

Shades of Violet Red #EB417D

Tints of Violet Red #EB417D

RGB

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

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

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

R = 55.29%
G = 15.29%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB417D (or 0xEB417D) is known color: Violet Red. HEX triplet: EB, 41 and 7D. RGB value is (235,65,125). Sum of RGB (Red+Green+Blue) = 235+65+125=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB417D is #14BE82. Grayscale: #7A7A7A. Windows color (decimal): -1359491 or 8208875. OLE color: 8208875.

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

Color convert

RGB 235 65 125 -
CMYK 0 0.72 0.47 0.08
HSL 338.82º 0.81% 0.59% -
HSV(B) 338.82º 0.72% 0.92% -
XYZ 39.85 22.92 21.73 -
YUV 122.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 235 65 125 0 0.72 0.47 0.08 338.82 0.81 0.59
Hex EB 41 7D 0 48 2F 8 153 51 3B
Octal 353 101 175 0 110 57 10 523 121 73
Binary 11101011 1000001 1111101 0 1001000 101111 1000 101010011 1010001 111011

Color Harmonies of #EB417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB417D

Black with #EB417D

Text Example


Text Example

White with #EB417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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