Html Css Color HEX #E4469C Violet Red

📋 copy color: '#E4469C'

red 228 ◦ green 70 ◦ blue 156

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

Shades of Violet Red #E4469C

Tints of Violet Red #E4469C

RGB

 RED value IS 228 (89.45% from 255) = 50.22%

 GREEN value IS 70 (27.73% from 255) = 15.42%

 BLUE value IS 156 (61.33% from 255) = 34.36%

R = 50.22%
G = 15.42%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E4469C (or 0xE4469C) is known color: Violet Red. HEX triplet: E4, 46 and 9C. RGB value is (228,70,156). Sum of RGB (Red+Green+Blue) = 228+70+156=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E4469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4469C is #1BB963. Grayscale: #7E7E7E. Windows color (decimal): -1816932 or 10241764. OLE color: 10241764.

HSL color Cylindrical-coordinate representation of color #E4469C: hue angle of 327.34º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E4469C is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 70 156 -
CMYK 0 0.69 0.32 0.11
HSL 327.34º 0.75% 0.58% -
HSV(B) 327.34º 0.69% 0.89% -
XYZ 40.19 23.27 33.83 -
YUV 127.05 144.35 200.01 -
System Red Green Blue C M Y K H S L
Decimal 228 70 156 0 0.69 0.32 0.11 327.34 0.75 0.58
Hex E4 46 9C 0 45 20 B 147 4B 3A
Octal 344 106 234 0 105 40 13 507 113 72
Binary 11100100 1000110 10011100 0 1000101 100000 1011 101000111 1001011 111010

Color Harmonies of #E4469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4469C

Black with #E4469C

Text Example


Text Example

White with #E4469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4469C; }

 p { color: rgb(228,70,156); }

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

background-color css

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

 a { background-color: rgb(228,70,156); }

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

border-color css

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

 span { border-color: rgb(228,70,156); }

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