Html Css Color HEX #EE265F Amaranth

📋 copy color: '#EE265F'

red 238 ◦ green 38 ◦ blue 95

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

Shades of Amaranth #EE265F

Tints of Amaranth #EE265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.61%

R = 64.15%
G = 10.24%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE265F (or 0xEE265F) is known color: Amaranth. HEX triplet: EE, 26 and 5F. RGB value is (238,38,95). Sum of RGB (Red+Green+Blue) = 238+38+95=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE265F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE265F is #11D9A0. Grayscale: #686868. Windows color (decimal): -1169825 or 6235886. OLE color: 6235886.

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

Color convert

RGB 238 38 95 -
CMYK 0 0.84 0.60 0.07
HSL 342.9º 0.85% 0.54% -
HSV(B) 342.9º 0.84% 0.93% -
XYZ 38.02 20.39 12.76 -
YUV 104.3 122.76 223.37 -
System Red Green Blue C M Y K H S L
Decimal 238 38 95 0 0.84 0.60 0.07 342.9 0.85 0.54
Hex EE 26 5F 0 54 3C 7 157 55 36
Octal 356 46 137 0 124 74 7 527 125 66
Binary 11101110 100110 1011111 0 1010100 111100 111 101010111 1010101 110110

Color Harmonies of #EE265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE265F

Black with #EE265F

Text Example


Text Example

White with #EE265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE265F; }

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

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

background-color css

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

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

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

border-color css

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

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

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