Html Css Color HEX #E6449B Violet Red

📋 copy color: '#E6449B'

red 230 ◦ green 68 ◦ blue 155

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

Shades of Violet Red #E6449B

Tints of Violet Red #E6449B

RGB

 RED value IS 230 (90.23% from 255) = 50.77%

 GREEN value IS 68 (26.95% from 255) = 15.01%

 BLUE value IS 155 (60.94% from 255) = 34.22%

R = 50.77%
G = 15.01%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6449B (or 0xE6449B) is known color: Violet Red. HEX triplet: E6, 44 and 9B. RGB value is (230,68,155). Sum of RGB (Red+Green+Blue) = 230+68+155=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6449B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6449B is #19BB64. Grayscale: #7E7E7E. Windows color (decimal): -1686373 or 10175718. OLE color: 10175718.

HSL color Cylindrical-coordinate representation of color #E6449B: hue angle of 327.78º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6449B is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 68 155 -
CMYK 0 0.70 0.33 0.10
HSL 327.78º 0.76% 0.58% -
HSV(B) 327.78º 0.7% 0.9% -
XYZ 40.62 23.32 33.37 -
YUV 126.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 230 68 155 0 0.70 0.33 0.10 327.78 0.76 0.58
Hex E6 44 9B 0 46 21 A 148 4C 3A
Octal 346 104 233 0 106 41 12 510 114 72
Binary 11100110 1000100 10011011 0 1000110 100001 1010 101001000 1001100 111010

Color Harmonies of #E6449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6449B

Black with #E6449B

Text Example


Text Example

White with #E6449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6449B; }

 p { color: rgb(230,68,155); }

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

background-color css

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

 a { background-color: rgb(230,68,155); }

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

border-color css

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

 span { border-color: rgb(230,68,155); }

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