Html Css Color HEX #E3384B Amaranth

📋 copy color: '#E3384B'

red 227 ◦ green 56 ◦ blue 75

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

Shades of Amaranth #E3384B

Tints of Amaranth #E3384B

RGB

 RED value IS 227 (89.06% from 255) = 63.41%

 GREEN value IS 56 (22.27% from 255) = 15.64%

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 63.41%
G = 15.64%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3384B (or 0xE3384B) is known color: Amaranth. HEX triplet: E3, 38 and 4B. RGB value is (227,56,75). Sum of RGB (Red+Green+Blue) = 227+56+75=358 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.41% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 227 - color contains mainly: red. Hex color #E3384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3384B is #1CC7B4. Grayscale: #6D6D6D. Windows color (decimal): -1886133 or 4929763. OLE color: 4929763.

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

Color convert

RGB 227 56 75 -
CMYK 0 0.75 0.67 0.11
HSL 353.33º 0.75% 0.55% -
HSV(B) 353.33º 0.75% 0.89% -
XYZ 34.36 19.67 8.64 -
YUV 109.3 108.65 211.96 -
System Red Green Blue C M Y K H S L
Decimal 227 56 75 0 0.75 0.67 0.11 353.33 0.75 0.55
Hex E3 38 4B 0 4B 43 B 161 4B 37
Octal 343 70 113 0 113 103 13 541 113 67
Binary 11100011 111000 1001011 0 1001011 1000011 1011 101100001 1001011 110111

Color Harmonies of #E3384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3384B

Black with #E3384B

Text Example


Text Example

White with #E3384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3384B; }

 p { color: rgb(227,56,75); }

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

background-color css

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

 a { background-color: rgb(227,56,75); }

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

border-color css

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

 span { border-color: rgb(227,56,75); }

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