Html Css Color HEX #EA1F4B Amaranth

📋 copy color: '#EA1F4B'

red 234 ◦ green 31 ◦ blue 75

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

Shades of Amaranth #EA1F4B

Tints of Amaranth #EA1F4B

RGB

 RED value IS 234 (91.8% from 255) = 68.82%

 GREEN value IS 31 (12.5% from 255) = 9.12%

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

R = 68.82%
G = 9.12%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA1F4B (or 0xEA1F4B) is known color: Amaranth. HEX triplet: EA, 1F and 4B. RGB value is (234,31,75). Sum of RGB (Red+Green+Blue) = 234+31+75=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1F4B is #15E0B4. Grayscale: #606060. Windows color (decimal): -1433781 or 4923370. OLE color: 4923370.

HSL color Cylindrical-coordinate representation of color #EA1F4B: hue angle of 347º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA1F4B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 31 75 -
CMYK 0 0.87 0.68 0.08
HSL 347º 0.83% 0.52% -
HSV(B) 347º 0.87% 0.92% -
XYZ 35.69 18.98 8.44 -
YUV 96.71 115.75 225.92 -
System Red Green Blue C M Y K H S L
Decimal 234 31 75 0 0.87 0.68 0.08 347 0.83 0.52
Hex EA 1F 4B 0 57 44 8 15B 53 34
Octal 352 37 113 0 127 104 10 533 123 64
Binary 11101010 11111 1001011 0 1010111 1000100 1000 101011011 1010011 110100

Color Harmonies of #EA1F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1F4B

Black with #EA1F4B

Text Example


Text Example

White with #EA1F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1F4B; }

 p { color: rgb(234,31,75); }

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

background-color css

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

 a { background-color: rgb(234,31,75); }

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

border-color css

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

 span { border-color: rgb(234,31,75); }

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