Html Css Color HEX #EB274E Amaranth

📋 copy color: '#EB274E'

red 235 ◦ green 39 ◦ blue 78

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

Shades of Amaranth #EB274E

Tints of Amaranth #EB274E

RGB

 RED value IS 235 (92.19% from 255) = 66.76%

 GREEN value IS 39 (15.63% from 255) = 11.08%

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

R = 66.76%
G = 11.08%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB274E (or 0xEB274E) is known color: Amaranth. HEX triplet: EB, 27 and 4E. RGB value is (235,39,78). Sum of RGB (Red+Green+Blue) = 235+39+78=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB274E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB274E is #14D8B1. Grayscale: #666666. Windows color (decimal): -1366194 or 5122027. OLE color: 5122027.

HSL color Cylindrical-coordinate representation of color #EB274E: hue angle of 348.06º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB274E is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 39 78 -
CMYK 0 0.83 0.67 0.08
HSL 348.06º 0.83% 0.54% -
HSV(B) 348.06º 0.83% 0.92% -
XYZ 36.36 19.66 9.09 -
YUV 102.05 114.43 222.83 -
System Red Green Blue C M Y K H S L
Decimal 235 39 78 0 0.83 0.67 0.08 348.06 0.83 0.54
Hex EB 27 4E 0 53 43 8 15C 53 36
Octal 353 47 116 0 123 103 10 534 123 66
Binary 11101011 100111 1001110 0 1010011 1000011 1000 101011100 1010011 110110

Color Harmonies of #EB274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB274E

Black with #EB274E

Text Example


Text Example

White with #EB274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB274E; }

 p { color: rgb(235,39,78); }

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

background-color css

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

 a { background-color: rgb(235,39,78); }

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

border-color css

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

 span { border-color: rgb(235,39,78); }

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