Html Css Color HEX #E6215D Ruby

📋 copy color: '#E6215D'

red 230 ◦ green 33 ◦ blue 93

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

Shades of Ruby #E6215D

Tints of Ruby #E6215D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 64.61%
G = 9.27%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6215D (or 0xE6215D) is known color: Ruby. HEX triplet: E6, 21 and 5D. RGB value is (230,33,93). Sum of RGB (Red+Green+Blue) = 230+33+93=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E6215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6215D is #19DEA2. Grayscale: #626262. Windows color (decimal): -1695395 or 6103526. OLE color: 6103526.

HSL color Cylindrical-coordinate representation of color #E6215D: hue angle of 341.73º 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 #E6215D is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 33 93 -
CMYK 0 0.86 0.60 0.10
HSL 341.73º 0.8% 0.52% -
HSV(B) 341.73º 0.86% 0.9% -
XYZ 35.15 18.7 12.11 -
YUV 98.74 124.77 221.62 -
System Red Green Blue C M Y K H S L
Decimal 230 33 93 0 0.86 0.60 0.10 341.73 0.8 0.52
Hex E6 21 5D 0 56 3C A 156 50 34
Octal 346 41 135 0 126 74 12 526 120 64
Binary 11100110 100001 1011101 0 1010110 111100 1010 101010110 1010000 110100

Color Harmonies of #E6215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6215D

Black with #E6215D

Text Example


Text Example

White with #E6215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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