Html Css Color HEX #E74098 Violet Red

📋 copy color: '#E74098'

red 231 ◦ green 64 ◦ blue 152

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

Shades of Violet Red #E74098

Tints of Violet Red #E74098

RGB

 RED value IS 231 (90.63% from 255) = 51.68%

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

 BLUE value IS 152 (59.77% from 255) = 34%

R = 51.68%
G = 14.32%
B = 34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E74098 (or 0xE74098) is known color: Violet Red. HEX triplet: E7, 40 and 98. RGB value is (231,64,152). Sum of RGB (Red+Green+Blue) = 231+64+152=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E74098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74098 is #18BF67. Grayscale: #7B7B7B. Windows color (decimal): -1621864 or 9978087. OLE color: 9978087.

HSL color Cylindrical-coordinate representation of color #E74098: hue angle of 328.38º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E74098 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 64 152 -
CMYK 0 0.72 0.34 0.09
HSL 328.38º 0.78% 0.58% -
HSV(B) 328.38º 0.72% 0.91% -
XYZ 40.46 22.92 32 -
YUV 123.97 143.83 204.34 -
System Red Green Blue C M Y K H S L
Decimal 231 64 152 0 0.72 0.34 0.09 328.38 0.78 0.58
Hex E7 40 98 0 48 22 9 148 4E 3A
Octal 347 100 230 0 110 42 11 510 116 72
Binary 11100111 1000000 10011000 0 1001000 100010 1001 101001000 1001110 111010

Color Harmonies of #E74098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74098

Black with #E74098

Text Example


Text Example

White with #E74098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74098; }

 p { color: rgb(231,64,152); }

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

background-color css

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

 a { background-color: rgb(231,64,152); }

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

border-color css

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

 span { border-color: rgb(231,64,152); }

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