Html Css Color HEX #EE234B Amaranth

📋 copy color: '#EE234B'

red 238 ◦ green 35 ◦ blue 75

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

Shades of Amaranth #EE234B

Tints of Amaranth #EE234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.06%

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

R = 68.39%
G = 10.06%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE234B (or 0xEE234B) is known color: Amaranth. HEX triplet: EE, 23 and 4B. RGB value is (238,35,75). Sum of RGB (Red+Green+Blue) = 238+35+75=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE234B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE234B is #11DCB4. Grayscale: #646464. Windows color (decimal): -1170613 or 4924398. OLE color: 4924398.

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

Color convert

RGB 238 35 75 -
CMYK 0 0.85 0.68 0.07
HSL 348.18º 0.86% 0.54% -
HSV(B) 348.18º 0.85% 0.93% -
XYZ 37.13 19.89 8.54 -
YUV 100.26 113.75 226.25 -
System Red Green Blue C M Y K H S L
Decimal 238 35 75 0 0.85 0.68 0.07 348.18 0.86 0.54
Hex EE 23 4B 0 55 44 7 15C 56 36
Octal 356 43 113 0 125 104 7 534 126 66
Binary 11101110 100011 1001011 0 1010101 1000100 111 101011100 1010110 110110

Color Harmonies of #EE234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE234B

Black with #EE234B

Text Example


Text Example

White with #EE234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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