Html Css Color HEX #E92F52 Amaranth

📋 copy color: '#E92F52'

red 233 ◦ green 47 ◦ blue 82

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

Shades of Amaranth #E92F52

Tints of Amaranth #E92F52

RGB

 RED value IS 233 (91.41% from 255) = 64.36%

 GREEN value IS 47 (18.75% from 255) = 12.98%

 BLUE value IS 82 (32.42% from 255) = 22.65%

R = 64.36%
G = 12.98%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E92F52 (or 0xE92F52) is known color: Amaranth. HEX triplet: E9, 2F and 52. RGB value is (233,47,82). Sum of RGB (Red+Green+Blue) = 233+47+82=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92F52 is #16D0AD. Grayscale: #6A6A6A. Windows color (decimal): -1495214 or 5386217. OLE color: 5386217.

HSL color Cylindrical-coordinate representation of color #E92F52: hue angle of 348.71º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92F52 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 47 82 -
CMYK 0 0.80 0.65 0.09
HSL 348.71º 0.81% 0.55% -
HSV(B) 348.71º 0.8% 0.91% -
XYZ 36.14 19.97 9.93 -
YUV 106.6 114.12 218.15 -
System Red Green Blue C M Y K H S L
Decimal 233 47 82 0 0.80 0.65 0.09 348.71 0.81 0.55
Hex E9 2F 52 0 50 41 9 15D 51 37
Octal 351 57 122 0 120 101 11 535 121 67
Binary 11101001 101111 1010010 0 1010000 1000001 1001 101011101 1010001 110111

Color Harmonies of #E92F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92F52

Black with #E92F52

Text Example


Text Example

White with #E92F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92F52; }

 p { color: rgb(233,47,82); }

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

background-color css

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

 a { background-color: rgb(233,47,82); }

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

border-color css

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

 span { border-color: rgb(233,47,82); }

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