Html Css Color HEX #EB3E8D Violet Red

📋 copy color: '#EB3E8D'

red 235 ◦ green 62 ◦ blue 141

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

Shades of Violet Red #EB3E8D

Tints of Violet Red #EB3E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.16%

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

R = 53.65%
G = 14.16%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB3E8D (or 0xEB3E8D) is known color: Violet Red. HEX triplet: EB, 3E and 8D. RGB value is (235,62,141). Sum of RGB (Red+Green+Blue) = 235+62+141=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3E8D is #14C172. Grayscale: #7A7A7A. Windows color (decimal): -1360243 or 9256683. OLE color: 9256683.

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

Color convert

RGB 235 62 141 -
CMYK 0 0.74 0.4 0.08
HSL 332.6º 0.81% 0.58% -
HSV(B) 332.6º 0.74% 0.92% -
XYZ 40.79 23.03 27.49 -
YUV 122.73 138.31 208.08 -
System Red Green Blue C M Y K H S L
Decimal 235 62 141 0 0.74 0.4 0.08 332.6 0.81 0.58
Hex EB 3E 8D 0 4A 28 8 14D 51 3A
Octal 353 76 215 0 112 50 10 515 121 72
Binary 11101011 111110 10001101 0 1001010 101000 1000 101001101 1010001 111010

Color Harmonies of #EB3E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3E8D

Black with #EB3E8D

Text Example


Text Example

White with #EB3E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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