Html Css Color HEX #EB397C Violet Red

📋 copy color: '#EB397C'

red 235 ◦ green 57 ◦ blue 124

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

Shades of Violet Red #EB397C

Tints of Violet Red #EB397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.7%

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 56.49%
G = 13.7%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB397C (or 0xEB397C) is known color: Violet Red. HEX triplet: EB, 39 and 7C. RGB value is (235,57,124). Sum of RGB (Red+Green+Blue) = 235+57+124=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB397C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB397C is #14C683. Grayscale: #757575. Windows color (decimal): -1361540 or 8141291. OLE color: 8141291.

HSL color Cylindrical-coordinate representation of color #EB397C: hue angle of 337.42º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB397C is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 57 124 -
CMYK 0 0.76 0.47 0.08
HSL 337.42º 0.82% 0.57% -
HSV(B) 337.42º 0.76% 0.92% -
XYZ 39.36 22.04 21.25 -
YUV 117.86 131.47 211.55 -
System Red Green Blue C M Y K H S L
Decimal 235 57 124 0 0.76 0.47 0.08 337.42 0.82 0.57
Hex EB 39 7C 0 4C 2F 8 151 52 39
Octal 353 71 174 0 114 57 10 521 122 71
Binary 11101011 111001 1111100 0 1001100 101111 1000 101010001 1010010 111001

Color Harmonies of #EB397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB397C

Black with #EB397C

Text Example


Text Example

White with #EB397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB397C; }

 p { color: rgb(235,57,124); }

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

background-color css

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

 a { background-color: rgb(235,57,124); }

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

border-color css

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

 span { border-color: rgb(235,57,124); }

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