Html Css Color HEX #E6233C Alizarin

📋 copy color: '#E6233C'

red 230 ◦ green 35 ◦ blue 60

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

Shades of Alizarin #E6233C

Tints of Alizarin #E6233C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 70.77%
G = 10.77%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6233C (or 0xE6233C) is known color: Alizarin. HEX triplet: E6, 23 and 3C. RGB value is (230,35,60). Sum of RGB (Red+Green+Blue) = 230+35+60=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E6233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6233C is #19DCC3. Grayscale: #606060. Windows color (decimal): -1694916 or 3941350. OLE color: 3941350.

HSL color Cylindrical-coordinate representation of color #E6233C: hue angle of 352.31º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6233C is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 35 60 -
CMYK 0 0.85 0.74 0.10
HSL 352.31º 0.8% 0.52% -
HSV(B) 352.31º 0.85% 0.9% -
XYZ 34.05 18.35 6.02 -
YUV 96.16 107.6 223.47 -
System Red Green Blue C M Y K H S L
Decimal 230 35 60 0 0.85 0.74 0.10 352.31 0.8 0.52
Hex E6 23 3C 0 55 4A A 160 50 34
Octal 346 43 74 0 125 112 12 540 120 64
Binary 11100110 100011 111100 0 1010101 1001010 1010 101100000 1010000 110100

Color Harmonies of #E6233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6233C

Black with #E6233C

Text Example


Text Example

White with #E6233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6233C; }

 p { color: rgb(230,35,60); }

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

background-color css

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

 a { background-color: rgb(230,35,60); }

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

border-color css

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

 span { border-color: rgb(230,35,60); }

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