Html Css Color HEX #EE255E Amaranth

📋 copy color: '#EE255E'

red 238 ◦ green 37 ◦ blue 94

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

Shades of Amaranth #EE255E

Tints of Amaranth #EE255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.03%

 BLUE value IS 94 (37.11% from 255) = 25.47%

R = 64.5%
G = 10.03%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE255E (or 0xEE255E) is known color: Amaranth. HEX triplet: EE, 25 and 5E. RGB value is (238,37,94). Sum of RGB (Red+Green+Blue) = 238+37+94=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE255E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE255E is #11DAA1. Grayscale: #676767. Windows color (decimal): -1170082 or 6170094. OLE color: 6170094.

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

Color convert

RGB 238 37 94 -
CMYK 0 0.84 0.61 0.07
HSL 342.99º 0.86% 0.54% -
HSV(B) 342.99º 0.84% 0.93% -
XYZ 37.94 20.31 12.51 -
YUV 103.6 122.59 223.87 -
System Red Green Blue C M Y K H S L
Decimal 238 37 94 0 0.84 0.61 0.07 342.99 0.86 0.54
Hex EE 25 5E 0 54 3D 7 157 56 36
Octal 356 45 136 0 124 75 7 527 126 66
Binary 11101110 100101 1011110 0 1010100 111101 111 101010111 1010110 110110

Color Harmonies of #EE255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE255E

Black with #EE255E

Text Example


Text Example

White with #EE255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE255E; }

 p { color: rgb(238,37,94); }

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

background-color css

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

 a { background-color: rgb(238,37,94); }

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

border-color css

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

 span { border-color: rgb(238,37,94); }

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