Html Css Color HEX #E6216B Ruby

📋 copy color: '#E6216B'

red 230 ◦ green 33 ◦ blue 107

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

Shades of Ruby #E6216B

Tints of Ruby #E6216B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 62.16%
G = 8.92%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6216B (or 0xE6216B) is known color: Ruby. HEX triplet: E6, 21 and 6B. RGB value is (230,33,107). Sum of RGB (Red+Green+Blue) = 230+33+107=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E6216B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6216B is #19DE94. Grayscale: #646464. Windows color (decimal): -1695381 or 7021030. OLE color: 7021030.

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

Color convert

RGB 230 33 107 -
CMYK 0 0.86 0.53 0.10
HSL 337.46º 0.8% 0.52% -
HSV(B) 337.46º 0.86% 0.9% -
XYZ 35.83 18.97 15.68 -
YUV 100.34 131.77 220.48 -
System Red Green Blue C M Y K H S L
Decimal 230 33 107 0 0.86 0.53 0.10 337.46 0.8 0.52
Hex E6 21 6B 0 56 35 A 151 50 34
Octal 346 41 153 0 126 65 12 521 120 64
Binary 11100110 100001 1101011 0 1010110 110101 1010 101010001 1010000 110100

Color Harmonies of #E6216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6216B

Black with #E6216B

Text Example


Text Example

White with #E6216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6216B; }

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

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

background-color css

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

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

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

border-color css

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

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

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