Html Css Color HEX #EB418D Violet Red

📋 copy color: '#EB418D'

red 235 ◦ green 65 ◦ blue 141

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

Shades of Violet Red #EB418D

Tints of Violet Red #EB418D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 53.29%
G = 14.74%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB418D (or 0xEB418D) is known color: Violet Red. HEX triplet: EB, 41 and 8D. RGB value is (235,65,141). Sum of RGB (Red+Green+Blue) = 235+65+141=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB418D is #14BE72. Grayscale: #7C7C7C. Windows color (decimal): -1359475 or 9257451. OLE color: 9257451.

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

Color convert

RGB 235 65 141 -
CMYK 0 0.72 0.4 0.08
HSL 333.18º 0.81% 0.59% -
HSV(B) 333.18º 0.72% 0.92% -
XYZ 40.96 23.37 27.55 -
YUV 124.49 137.32 206.82 -
System Red Green Blue C M Y K H S L
Decimal 235 65 141 0 0.72 0.4 0.08 333.18 0.81 0.59
Hex EB 41 8D 0 48 28 8 14D 51 3B
Octal 353 101 215 0 110 50 10 515 121 73
Binary 11101011 1000001 10001101 0 1001000 101000 1000 101001101 1010001 111011

Color Harmonies of #EB418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB418D

Black with #EB418D

Text Example


Text Example

White with #EB418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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