Html Css Color HEX #EB428B Violet Red

📋 copy color: '#EB428B'

red 235 ◦ green 66 ◦ blue 139

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

Shades of Violet Red #EB428B

Tints of Violet Red #EB428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.59%

R = 53.41%
G = 15%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB428B (or 0xEB428B) is known color: Violet Red. HEX triplet: EB, 42 and 8B. RGB value is (235,66,139). Sum of RGB (Red+Green+Blue) = 235+66+139=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB428B is #14BD74. Grayscale: #7C7C7C. Windows color (decimal): -1359221 or 9126635. OLE color: 9126635.

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

Color convert

RGB 235 66 139 -
CMYK 0 0.72 0.41 0.08
HSL 334.08º 0.81% 0.59% -
HSV(B) 334.08º 0.72% 0.92% -
XYZ 40.87 23.42 26.79 -
YUV 124.85 135.99 206.56 -
System Red Green Blue C M Y K H S L
Decimal 235 66 139 0 0.72 0.41 0.08 334.08 0.81 0.59
Hex EB 42 8B 0 48 29 8 14E 51 3B
Octal 353 102 213 0 110 51 10 516 121 73
Binary 11101011 1000010 10001011 0 1001000 101001 1000 101001110 1010001 111011

Color Harmonies of #EB428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB428B

Black with #EB428B

Text Example


Text Example

White with #EB428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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