Html Css Color HEX #EE434B Amaranth

📋 copy color: '#EE434B'

red 238 ◦ green 67 ◦ blue 75

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

Shades of Amaranth #EE434B

Tints of Amaranth #EE434B

RGB

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

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

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

R = 62.63%
G = 17.63%
B = 19.74%

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

#EE434B (or 0xEE434B) is known color: Amaranth. HEX triplet: EE, 43 and 4B. RGB value is (238,67,75). Sum of RGB (Red+Green+Blue) = 238+67+75=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE434B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE434B is #11BCB4. Grayscale: #777777. Windows color (decimal): -1162421 or 4932590. OLE color: 4932590.

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

Color convert

RGB 238 67 75 -
CMYK 0 0.72 0.68 0.07
HSL 357.19º 0.83% 0.6% -
HSV(B) 357.19º 0.72% 0.93% -
XYZ 38.54 22.7 9.01 -
YUV 119.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 238 67 75 0 0.72 0.68 0.07 357.19 0.83 0.6
Hex EE 43 4B 0 48 44 7 165 53 3C
Octal 356 103 113 0 110 104 7 545 123 74
Binary 11101110 1000011 1001011 0 1001000 1000100 111 101100101 1010011 111100

Color Harmonies of #EE434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE434B

Black with #EE434B

Text Example


Text Example

White with #EE434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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