Html Css Color HEX #E42742 Alizarin

📋 copy color: '#E42742'

red 228 ◦ green 39 ◦ blue 66

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

Shades of Alizarin #E42742

Tints of Alizarin #E42742

RGB

 RED value IS 228 (89.45% from 255) = 68.47%

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

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 68.47%
G = 11.71%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E42742 (or 0xE42742) is known color: Alizarin. HEX triplet: E4, 27 and 42. RGB value is (228,39,66). Sum of RGB (Red+Green+Blue) = 228+39+66=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E42742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42742 is #1BD8BD. Grayscale: #626262. Windows color (decimal): -1824958 or 4335588. OLE color: 4335588.

HSL color Cylindrical-coordinate representation of color #E42742: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E42742 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 39 66 -
CMYK 0 0.83 0.71 0.11
HSL 351.43º 0.78% 0.52% -
HSV(B) 351.43º 0.83% 0.89% -
XYZ 33.7 18.34 6.92 -
YUV 98.59 109.62 220.3 -
System Red Green Blue C M Y K H S L
Decimal 228 39 66 0 0.83 0.71 0.11 351.43 0.78 0.52
Hex E4 27 42 0 53 47 B 15F 4E 34
Octal 344 47 102 0 123 107 13 537 116 64
Binary 11100100 100111 1000010 0 1010011 1000111 1011 101011111 1001110 110100

Color Harmonies of #E42742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42742

Black with #E42742

Text Example


Text Example

White with #E42742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42742; }

 p { color: rgb(228,39,66); }

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

background-color css

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

 a { background-color: rgb(228,39,66); }

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

border-color css

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

 span { border-color: rgb(228,39,66); }

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