Html Css Color HEX #EE434F Amaranth

📋 copy color: '#EE434F'

red 238 ◦ green 67 ◦ blue 79

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

Shades of Amaranth #EE434F

Tints of Amaranth #EE434F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.57%

R = 61.98%
G = 17.45%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE434F (or 0xEE434F) is known color: Amaranth. HEX triplet: EE, 43 and 4F. RGB value is (238,67,79). Sum of RGB (Red+Green+Blue) = 238+67+79=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE434F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE434F is #11BCB0. Grayscale: #777777. Windows color (decimal): -1162417 or 5194734. OLE color: 5194734.

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

Color convert

RGB 238 67 79 -
CMYK 0 0.72 0.67 0.07
HSL 355.79º 0.83% 0.6% -
HSV(B) 355.79º 0.72% 0.93% -
XYZ 38.68 22.76 9.75 -
YUV 119.5 105.15 212.52 -
System Red Green Blue C M Y K H S L
Decimal 238 67 79 0 0.72 0.67 0.07 355.79 0.83 0.6
Hex EE 43 4F 0 48 43 7 164 53 3C
Octal 356 103 117 0 110 103 7 544 123 74
Binary 11101110 1000011 1001111 0 1001000 1000011 111 101100100 1010011 111100

Color Harmonies of #EE434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE434F

Black with #EE434F

Text Example


Text Example

White with #EE434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE434F; }

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

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

background-color css

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

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

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

border-color css

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

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

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