Html Css Color HEX #EE434C Amaranth

📋 copy color: '#EE434C'

red 238 ◦ green 67 ◦ blue 76

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

Shades of Amaranth #EE434C

Tints of Amaranth #EE434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.59%

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 62.47%
G = 17.59%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE434C (or 0xEE434C) is known color: Amaranth. HEX triplet: EE, 43 and 4C. RGB value is (238,67,76). Sum of RGB (Red+Green+Blue) = 238+67+76=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE434C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE434C is #11BCB3. Grayscale: #777777. Windows color (decimal): -1162420 or 4998126. OLE color: 4998126.

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

Color convert

RGB 238 67 76 -
CMYK 0 0.72 0.68 0.07
HSL 356.84º 0.83% 0.6% -
HSV(B) 356.84º 0.72% 0.93% -
XYZ 38.57 22.71 9.19 -
YUV 119.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 238 67 76 0 0.72 0.68 0.07 356.84 0.83 0.6
Hex EE 43 4C 0 48 44 7 165 53 3C
Octal 356 103 114 0 110 104 7 545 123 74
Binary 11101110 1000011 1001100 0 1001000 1000100 111 101100101 1010011 111100

Color Harmonies of #EE434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE434C

Black with #EE434C

Text Example


Text Example

White with #EE434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE434C; }

 p { color: rgb(238,67,76); }

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

background-color css

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

 a { background-color: rgb(238,67,76); }

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

border-color css

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

 span { border-color: rgb(238,67,76); }

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