Html Css Color HEX #E6215F Ruby

📋 copy color: '#E6215F'

red 230 ◦ green 33 ◦ blue 95

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

Shades of Ruby #E6215F

Tints of Ruby #E6215F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.22%

 BLUE value IS 95 (37.5% from 255) = 26.54%

R = 64.25%
G = 9.22%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6215F (or 0xE6215F) is known color: Ruby. HEX triplet: E6, 21 and 5F. RGB value is (230,33,95). Sum of RGB (Red+Green+Blue) = 230+33+95=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6215F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6215F is #19DEA0. Grayscale: #626262. Windows color (decimal): -1695393 or 6234598. OLE color: 6234598.

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

Color convert

RGB 230 33 95 -
CMYK 0 0.86 0.59 0.10
HSL 341.12º 0.8% 0.52% -
HSV(B) 341.12º 0.86% 0.9% -
XYZ 35.24 18.74 12.59 -
YUV 98.97 125.77 221.46 -
System Red Green Blue C M Y K H S L
Decimal 230 33 95 0 0.86 0.59 0.10 341.12 0.8 0.52
Hex E6 21 5F 0 56 3B A 155 50 34
Octal 346 41 137 0 126 73 12 525 120 64
Binary 11100110 100001 1011111 0 1010110 111011 1010 101010101 1010000 110100

Color Harmonies of #E6215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6215F

Black with #E6215F

Text Example


Text Example

White with #E6215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6215F; }

 p { color: rgb(230,33,95); }

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

background-color css

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

 a { background-color: rgb(230,33,95); }

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

border-color css

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

 span { border-color: rgb(230,33,95); }

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