Html Css Color HEX #E63352 Amaranth

📋 copy color: '#E63352'

red 230 ◦ green 51 ◦ blue 82

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

Shades of Amaranth #E63352

Tints of Amaranth #E63352

RGB

 RED value IS 230 (90.23% from 255) = 63.36%

 GREEN value IS 51 (20.31% from 255) = 14.05%

 BLUE value IS 82 (32.42% from 255) = 22.59%

R = 63.36%
G = 14.05%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E63352 (or 0xE63352) is known color: Amaranth. HEX triplet: E6, 33 and 52. RGB value is (230,51,82). Sum of RGB (Red+Green+Blue) = 230+51+82=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E63352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63352 is #19CCAD. Grayscale: #6C6C6C. Windows color (decimal): -1690798 or 5387238. OLE color: 5387238.

HSL color Cylindrical-coordinate representation of color #E63352: hue angle of 349.61º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E63352 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 51 82 -
CMYK 0 0.78 0.64 0.10
HSL 349.61º 0.78% 0.55% -
HSV(B) 349.61º 0.78% 0.9% -
XYZ 35.34 19.8 9.94 -
YUV 108.06 113.3 214.98 -
System Red Green Blue C M Y K H S L
Decimal 230 51 82 0 0.78 0.64 0.10 349.61 0.78 0.55
Hex E6 33 52 0 4E 40 A 15E 4E 37
Octal 346 63 122 0 116 100 12 536 116 67
Binary 11100110 110011 1010010 0 1001110 1000000 1010 101011110 1001110 110111

Color Harmonies of #E63352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63352

Black with #E63352

Text Example


Text Example

White with #E63352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63352; }

 p { color: rgb(230,51,82); }

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

background-color css

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

 a { background-color: rgb(230,51,82); }

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

border-color css

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

 span { border-color: rgb(230,51,82); }

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