Html Css Color HEX #E4274B Amaranth

📋 copy color: '#E4274B'

red 228 ◦ green 39 ◦ blue 75

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

Shades of Amaranth #E4274B

Tints of Amaranth #E4274B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.4%

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

R = 66.67%
G = 11.4%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E4274B (or 0xE4274B) is known color: Amaranth. HEX triplet: E4, 27 and 4B. RGB value is (228,39,75). Sum of RGB (Red+Green+Blue) = 228+39+75=342 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.67% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 228 - color contains mainly: red. Hex color #E4274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4274B is #1BD8B4. Grayscale: #636363. Windows color (decimal): -1824949 or 4925412. OLE color: 4925412.

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

Color convert

RGB 228 39 75 -
CMYK 0 0.83 0.67 0.11
HSL 348.57º 0.78% 0.52% -
HSV(B) 348.57º 0.83% 0.89% -
XYZ 33.99 18.45 8.43 -
YUV 99.62 114.12 219.57 -
System Red Green Blue C M Y K H S L
Decimal 228 39 75 0 0.83 0.67 0.11 348.57 0.78 0.52
Hex E4 27 4B 0 53 43 B 15D 4E 34
Octal 344 47 113 0 123 103 13 535 116 64
Binary 11100100 100111 1001011 0 1010011 1000011 1011 101011101 1001110 110100

Color Harmonies of #E4274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4274B

Black with #E4274B

Text Example


Text Example

White with #E4274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4274B; }

 p { color: rgb(228,39,75); }

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

background-color css

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

 a { background-color: rgb(228,39,75); }

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

border-color css

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

 span { border-color: rgb(228,39,75); }

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