Html Css Color HEX #EE1F52 Amaranth

📋 copy color: '#EE1F52'

red 238 ◦ green 31 ◦ blue 82

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

Shades of Amaranth #EE1F52

Tints of Amaranth #EE1F52

RGB

 RED value IS 238 (93.36% from 255) = 67.81%

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

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

R = 67.81%
G = 8.83%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE1F52 (or 0xEE1F52) is known color: Amaranth. HEX triplet: EE, 1F and 52. RGB value is (238,31,82). Sum of RGB (Red+Green+Blue) = 238+31+82=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1F52 is #11E0AD. Grayscale: #626262. Windows color (decimal): -1171630 or 5382126. OLE color: 5382126.

HSL color Cylindrical-coordinate representation of color #EE1F52: hue angle of 345.22º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1F52 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 31 82 -
CMYK 0 0.87 0.66 0.07
HSL 345.22º 0.86% 0.53% -
HSV(B) 345.22º 0.87% 0.93% -
XYZ 37.27 19.77 9.83 -
YUV 98.71 118.58 227.35 -
System Red Green Blue C M Y K H S L
Decimal 238 31 82 0 0.87 0.66 0.07 345.22 0.86 0.53
Hex EE 1F 52 0 57 42 7 159 56 35
Octal 356 37 122 0 127 102 7 531 126 65
Binary 11101110 11111 1010010 0 1010111 1000010 111 101011001 1010110 110101

Color Harmonies of #EE1F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1F52

Black with #EE1F52

Text Example


Text Example

White with #EE1F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1F52; }

 p { color: rgb(238,31,82); }

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

background-color css

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

 a { background-color: rgb(238,31,82); }

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

border-color css

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

 span { border-color: rgb(238,31,82); }

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