Html Css Color HEX #EE434E Amaranth

📋 copy color: '#EE434E'

red 238 ◦ green 67 ◦ blue 78

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

Shades of Amaranth #EE434E

Tints of Amaranth #EE434E

RGB

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

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

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

R = 62.14%
G = 17.49%
B = 20.37%

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

#EE434E (or 0xEE434E) is known color: Amaranth. HEX triplet: EE, 43 and 4E. RGB value is (238,67,78). Sum of RGB (Red+Green+Blue) = 238+67+78=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE434E is #11BCB1. Grayscale: #777777. Windows color (decimal): -1162418 or 5129198. OLE color: 5129198.

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

Color convert

RGB 238 67 78 -
CMYK 0 0.72 0.67 0.07
HSL 356.14º 0.83% 0.6% -
HSV(B) 356.14º 0.72% 0.93% -
XYZ 38.64 22.74 9.56 -
YUV 119.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 238 67 78 0 0.72 0.67 0.07 356.14 0.83 0.6
Hex EE 43 4E 0 48 43 7 164 53 3C
Octal 356 103 116 0 110 103 7 544 123 74
Binary 11101110 1000011 1001110 0 1001000 1000011 111 101100100 1010011 111100

Color Harmonies of #EE434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE434E

Black with #EE434E

Text Example


Text Example

White with #EE434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE434E; }

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

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

background-color css

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

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

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

border-color css

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

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

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