Html Css Color HEX #EE265C Amaranth

📋 copy color: '#EE265C'

red 238 ◦ green 38 ◦ blue 92

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

Shades of Amaranth #EE265C

Tints of Amaranth #EE265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.33%

 BLUE value IS 92 (36.33% from 255) = 25%

R = 64.67%
G = 10.33%
B = 25%

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

#EE265C (or 0xEE265C) is known color: Amaranth. HEX triplet: EE, 26 and 5C. RGB value is (238,38,92). Sum of RGB (Red+Green+Blue) = 238+38+92=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE265C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE265C is #11D9A3. Grayscale: #676767. Windows color (decimal): -1169828 or 6039278. OLE color: 6039278.

HSL color Cylindrical-coordinate representation of color #EE265C: hue angle of 343.8º degrees, saturation: 0.85, 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 #EE265C is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 38 92 -
CMYK 0 0.84 0.61 0.07
HSL 343.8º 0.85% 0.54% -
HSV(B) 343.8º 0.84% 0.93% -
XYZ 37.88 20.34 12.05 -
YUV 103.96 121.26 223.61 -
System Red Green Blue C M Y K H S L
Decimal 238 38 92 0 0.84 0.61 0.07 343.8 0.85 0.54
Hex EE 26 5C 0 54 3D 7 158 55 36
Octal 356 46 134 0 124 75 7 530 125 66
Binary 11101110 100110 1011100 0 1010100 111101 111 101011000 1010101 110110

Color Harmonies of #EE265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE265C

Black with #EE265C

Text Example


Text Example

White with #EE265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE265C; }

 p { color: rgb(238,38,92); }

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

background-color css

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

 a { background-color: rgb(238,38,92); }

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

border-color css

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

 span { border-color: rgb(238,38,92); }

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