Html Css Color HEX #E74285 Violet Red

📋 copy color: '#E74285'

red 231 ◦ green 66 ◦ blue 133

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

Shades of Violet Red #E74285

Tints of Violet Red #E74285

RGB

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

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

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

R = 53.72%
G = 15.35%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E74285 (or 0xE74285) is known color: Violet Red. HEX triplet: E7, 42 and 85. RGB value is (231,66,133). Sum of RGB (Red+Green+Blue) = 231+66+133=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E74285 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74285 is #18BD7A. Grayscale: #7A7A7A. Windows color (decimal): -1621371 or 8733415. OLE color: 8733415.

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

Color convert

RGB 231 66 133 -
CMYK 0 0.71 0.42 0.09
HSL 335.64º 0.77% 0.58% -
HSV(B) 335.64º 0.71% 0.91% -
XYZ 39.14 22.58 24.49 -
YUV 122.97 133.66 205.05 -
System Red Green Blue C M Y K H S L
Decimal 231 66 133 0 0.71 0.42 0.09 335.64 0.77 0.58
Hex E7 42 85 0 47 2A 9 150 4D 3A
Octal 347 102 205 0 107 52 11 520 115 72
Binary 11100111 1000010 10000101 0 1000111 101010 1001 101010000 1001101 111010

Color Harmonies of #E74285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74285

Black with #E74285

Text Example


Text Example

White with #E74285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74285; }

 p { color: rgb(231,66,133); }

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

background-color css

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

 a { background-color: rgb(231,66,133); }

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

border-color css

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

 span { border-color: rgb(231,66,133); }

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