Html Css Color HEX #EE344B Amaranth

📋 copy color: '#EE344B'

red 238 ◦ green 52 ◦ blue 75

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

Shades of Amaranth #EE344B

Tints of Amaranth #EE344B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.25%

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

R = 65.21%
G = 14.25%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE344B (or 0xEE344B) is known color: Amaranth. HEX triplet: EE, 34 and 4B. RGB value is (238,52,75). Sum of RGB (Red+Green+Blue) = 238+52+75=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE344B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE344B is #11CBB4. Grayscale: #6E6E6E. Windows color (decimal): -1166261 or 4928750. OLE color: 4928750.

HSL color Cylindrical-coordinate representation of color #EE344B: hue angle of 352.58º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE344B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 52 75 -
CMYK 0 0.78 0.68 0.07
HSL 352.58º 0.85% 0.57% -
HSV(B) 352.58º 0.78% 0.93% -
XYZ 37.76 21.14 8.75 -
YUV 110.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 238 52 75 0 0.78 0.68 0.07 352.58 0.85 0.57
Hex EE 34 4B 0 4E 44 7 161 55 39
Octal 356 64 113 0 116 104 7 541 125 71
Binary 11101110 110100 1001011 0 1001110 1000100 111 101100001 1010101 111001

Color Harmonies of #EE344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE344B

Black with #EE344B

Text Example


Text Example

White with #EE344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE344B; }

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

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

background-color css

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

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

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

border-color css

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

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

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