Html Css Color HEX #EE254E Amaranth

📋 copy color: '#EE254E'

red 238 ◦ green 37 ◦ blue 78

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

Shades of Amaranth #EE254E

Tints of Amaranth #EE254E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.1%

R = 67.42%
G = 10.48%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE254E (or 0xEE254E) is known color: Amaranth. HEX triplet: EE, 25 and 4E. RGB value is (238,37,78). Sum of RGB (Red+Green+Blue) = 238+37+78=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE254E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE254E is #11DAB1. Grayscale: #656565. Windows color (decimal): -1170098 or 5121518. OLE color: 5121518.

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

Color convert

RGB 238 37 78 -
CMYK 0 0.84 0.67 0.07
HSL 347.76º 0.86% 0.54% -
HSV(B) 347.76º 0.84% 0.93% -
XYZ 37.3 20.05 9.11 -
YUV 101.77 114.59 225.17 -
System Red Green Blue C M Y K H S L
Decimal 238 37 78 0 0.84 0.67 0.07 347.76 0.86 0.54
Hex EE 25 4E 0 54 43 7 15C 56 36
Octal 356 45 116 0 124 103 7 534 126 66
Binary 11101110 100101 1001110 0 1010100 1000011 111 101011100 1010110 110110

Color Harmonies of #EE254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE254E

Black with #EE254E

Text Example


Text Example

White with #EE254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE254E; }

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

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

background-color css

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

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

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

border-color css

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

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

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