Html Css Color HEX #E7205C Ruby

📋 copy color: '#E7205C'

red 231 ◦ green 32 ◦ blue 92

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

Shades of Ruby #E7205C

Tints of Ruby #E7205C

RGB

 RED value IS 231 (90.63% from 255) = 65.07%

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

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

R = 65.07%
G = 9.01%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E7205C (or 0xE7205C) is known color: Ruby. HEX triplet: E7, 20 and 5C. RGB value is (231,32,92). Sum of RGB (Red+Green+Blue) = 231+32+92=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E7205C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7205C is #18DFA3. Grayscale: #626262. Windows color (decimal): -1630116 or 6037735. OLE color: 6037735.

HSL color Cylindrical-coordinate representation of color #E7205C: hue angle of 341.91º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7205C is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 32 92 -
CMYK 0 0.86 0.60 0.09
HSL 341.91º 0.81% 0.52% -
HSV(B) 341.91º 0.86% 0.91% -
XYZ 35.4 18.79 11.89 -
YUV 98.34 124.43 222.62 -
System Red Green Blue C M Y K H S L
Decimal 231 32 92 0 0.86 0.60 0.09 341.91 0.81 0.52
Hex E7 20 5C 0 56 3C 9 156 51 34
Octal 347 40 134 0 126 74 11 526 121 64
Binary 11100111 100000 1011100 0 1010110 111100 1001 101010110 1010001 110100

Color Harmonies of #E7205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7205C

Black with #E7205C

Text Example


Text Example

White with #E7205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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