Html Css Color HEX #EE254B Amaranth

📋 copy color: '#EE254B'

red 238 ◦ green 37 ◦ blue 75

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

Shades of Amaranth #EE254B

Tints of Amaranth #EE254B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 68%
G = 10.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE254B (or 0xEE254B) is known color: Amaranth. HEX triplet: EE, 25 and 4B. RGB value is (238,37,75). Sum of RGB (Red+Green+Blue) = 238+37+75=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE254B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE254B is #11DAB4. Grayscale: #656565. Windows color (decimal): -1170101 or 4924910. OLE color: 4924910.

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

Color convert

RGB 238 37 75 -
CMYK 0 0.84 0.68 0.07
HSL 348.66º 0.86% 0.54% -
HSV(B) 348.66º 0.84% 0.93% -
XYZ 37.19 20.01 8.56 -
YUV 101.43 113.09 225.41 -
System Red Green Blue C M Y K H S L
Decimal 238 37 75 0 0.84 0.68 0.07 348.66 0.86 0.54
Hex EE 25 4B 0 54 44 7 15D 56 36
Octal 356 45 113 0 124 104 7 535 126 66
Binary 11101110 100101 1001011 0 1010100 1000100 111 101011101 1010110 110110

Color Harmonies of #EE254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE254B

Black with #EE254B

Text Example


Text Example

White with #EE254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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