Html Css Color HEX #E4205C Ruby

📋 copy color: '#E4205C'

red 228 ◦ green 32 ◦ blue 92

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

Shades of Ruby #E4205C

Tints of Ruby #E4205C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.09%

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 64.77%
G = 9.09%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E4205C (or 0xE4205C) is known color: Ruby. HEX triplet: E4, 20 and 5C. RGB value is (228,32,92). Sum of RGB (Red+Green+Blue) = 228+32+92=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E4205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4205C is #1BDFA3. Grayscale: #616161. Windows color (decimal): -1826724 or 6037732. OLE color: 6037732.

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

Color convert

RGB 228 32 92 -
CMYK 0 0.86 0.60 0.11
HSL 341.63º 0.78% 0.51% -
HSV(B) 341.63º 0.86% 0.89% -
XYZ 34.44 18.3 11.84 -
YUV 97.44 124.93 221.12 -
System Red Green Blue C M Y K H S L
Decimal 228 32 92 0 0.86 0.60 0.11 341.63 0.78 0.51
Hex E4 20 5C 0 56 3C B 156 4E 33
Octal 344 40 134 0 126 74 13 526 116 63
Binary 11100100 100000 1011100 0 1010110 111100 1011 101010110 1001110 110011

Color Harmonies of #E4205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4205C

Black with #E4205C

Text Example


Text Example

White with #E4205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4205C; }

 p { color: rgb(228,32,92); }

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

background-color css

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

 a { background-color: rgb(228,32,92); }

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

border-color css

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

 span { border-color: rgb(228,32,92); }

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