Html Css Color HEX #EB4085 Violet Red

📋 copy color: '#EB4085'

red 235 ◦ green 64 ◦ blue 133

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

Shades of Violet Red #EB4085

Tints of Violet Red #EB4085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.81%

 BLUE value IS 133 (52.34% from 255) = 30.79%

R = 54.4%
G = 14.81%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB4085 (or 0xEB4085) is known color: Violet Red. HEX triplet: EB, 40 and 85. RGB value is (235,64,133). Sum of RGB (Red+Green+Blue) = 235+64+133=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4085 is #14BF7A. Grayscale: #7A7A7A. Windows color (decimal): -1359739 or 8732907. OLE color: 8732907.

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

Color convert

RGB 235 64 133 -
CMYK 0 0.73 0.43 0.08
HSL 335.79º 0.81% 0.59% -
HSV(B) 335.79º 0.73% 0.92% -
XYZ 40.33 23.02 24.51 -
YUV 123 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 235 64 133 0 0.73 0.43 0.08 335.79 0.81 0.59
Hex EB 40 85 0 49 2B 8 150 51 3B
Octal 353 100 205 0 111 53 10 520 121 73
Binary 11101011 1000000 10000101 0 1001001 101011 1000 101010000 1010001 111011

Color Harmonies of #EB4085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4085

Black with #EB4085

Text Example


Text Example

White with #EB4085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4085; }

 p { color: rgb(235,64,133); }

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

background-color css

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

 a { background-color: rgb(235,64,133); }

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

border-color css

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

 span { border-color: rgb(235,64,133); }

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