Html Css Color HEX #EB428D Violet Red

📋 copy color: '#EB428D'

red 235 ◦ green 66 ◦ blue 141

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

Shades of Violet Red #EB428D

Tints of Violet Red #EB428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.93%

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

R = 53.17%
G = 14.93%
B = 31.9%

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

#EB428D (or 0xEB428D) is known color: Violet Red. HEX triplet: EB, 42 and 8D. RGB value is (235,66,141). Sum of RGB (Red+Green+Blue) = 235+66+141=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB428D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB428D is #14BD72. Grayscale: #7C7C7C. Windows color (decimal): -1359219 or 9257707. OLE color: 9257707.

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

Color convert

RGB 235 66 141 -
CMYK 0 0.72 0.4 0.08
HSL 333.37º 0.81% 0.59% -
HSV(B) 333.37º 0.72% 0.92% -
XYZ 41.02 23.48 27.57 -
YUV 125.08 136.99 206.4 -
System Red Green Blue C M Y K H S L
Decimal 235 66 141 0 0.72 0.4 0.08 333.37 0.81 0.59
Hex EB 42 8D 0 48 28 8 14D 51 3B
Octal 353 102 215 0 110 50 10 515 121 73
Binary 11101011 1000010 10001101 0 1001000 101000 1000 101001101 1010001 111011

Color Harmonies of #EB428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB428D

Black with #EB428D

Text Example


Text Example

White with #EB428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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